diff --git a/accountant/frontend/static/js/app.js b/accountant/frontend/static/js/app.js index 1a2f2f8..628d9f2 100644 --- a/accountant/frontend/static/js/app.js +++ b/accountant/frontend/static/js/app.js @@ -109,21 +109,7 @@ angular.module('accountant', [ $ngBootbox.customDialog({ title: 'Authentification requise', - message: '
' + - '
' + - ' ' + - '
' + - ' ' + - '
' + - '
' + - '
' + - ' ' + - '
' + - ' ' + - '
' + - '
' + - ' ' + - '
', + templateUrl: 'views/login.tmpl.html', buttons: { login: { label: 'Login', diff --git a/accountant/frontend/static/views/login.tmpl.html b/accountant/frontend/static/views/login.tmpl.html new file mode 100644 index 0000000..a381d06 --- /dev/null +++ b/accountant/frontend/static/views/login.tmpl.html @@ -0,0 +1,17 @@ + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+