diff --git a/accountant-ui/views/account.form.tmpl.html b/accountant-ui/views/account.form.tmpl.html index 4bf9406..e4fd738 100644 --- a/accountant-ui/views/account.form.tmpl.html +++ b/accountant-ui/views/account.form.tmpl.html @@ -15,16 +15,14 @@ You should have received a copy of the GNU Affero General Public License along with Accountant. If not, see . --> -
+
- + required />

The account name is required.

@@ -40,8 +38,7 @@ role="form" name="form" novalidate> name="authorized_overdraft" ng-model="data.authorized_overdraft" type="number" placeholder="Authorized overdraft" - required min="0"> - + required min="0"/>
.00€
diff --git a/accountant-ui/views/accounts.html b/accountant-ui/views/accounts.html index c5ebcb6..c3e10b1 100644 --- a/accountant-ui/views/accounts.html +++ b/accountant-ui/views/accounts.html @@ -1,3 +1,5 @@ + + -