From 2cf160d497e501bf254bd8be054c0f5880ab90ca Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 8 Jun 2013 17:37:43 +0200 Subject: restructured webui to single-page-app, removed jinja --- .../templates/default/backbone/accountDialog.html | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100755 module/web/templates/default/backbone/accountDialog.html (limited to 'module/web/templates/default/backbone/accountDialog.html') diff --git a/module/web/templates/default/backbone/accountDialog.html b/module/web/templates/default/backbone/accountDialog.html deleted file mode 100755 index 7961ad2ba..000000000 --- a/module/web/templates/default/backbone/accountDialog.html +++ /dev/null @@ -1,40 +0,0 @@ -{% extends 'default/backbone/modal.html' %} -{% block header %} - Add an account -{% endblock %} -{% block content %} -
- - Please enter your account data - -
- -
- -
-
-
- -
- -
-
-
- -
- -
-
- -
-{% endblock %} -{% block buttons %} - Add - Close -{% endblock %} \ No newline at end of file -- cgit v1.2.3