client, jsp -> html , test flow
parent
5a55f9521a
commit
df56359dd5
|
@ -25,7 +25,7 @@
|
|||
</div>
|
||||
|
||||
<div ng-controller="RegisterClientCtrl">
|
||||
<form th:object="${formDto}" th:action="@{register_client}" class="form-horizontal">
|
||||
<form th:object="${formDto}" th:action="@{register_client}" th:method="post" class="form-horizontal">
|
||||
<div class="form-group">
|
||||
<label for="clientId" class="col-sm-2 control-label">client_id<em class="text-danger">*</em></label>
|
||||
|
||||
|
|
Loading…
Reference in New Issue