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 --- module/web/templates/default/accounts.html | 54 ------------------------------ 1 file changed, 54 deletions(-) delete mode 100644 module/web/templates/default/accounts.html (limited to 'module/web/templates/default/accounts.html') diff --git a/module/web/templates/default/accounts.html b/module/web/templates/default/accounts.html deleted file mode 100644 index a509a010d..000000000 --- a/module/web/templates/default/accounts.html +++ /dev/null @@ -1,54 +0,0 @@ -{% extends 'default/base.html' %} - -{% block title %}{{ _("Accounts") }} - {{ super() }} {% endblock %} -{% block subtitle %}{{ _("Accounts") }} -{% endblock %} - -{% block css %} - -{% endblock %} - -{% block require %} - App.initAccountView(); -{% endblock %} - -{% block head %} - -{% endblock %} - -{% block actionbar %} - - - -{% endblock %} - -{% block content %} - {# TODO: responsive layout instead of table #} -
- - - - - - - - - - - - - - - -
PluginNameValidPremiumTrafficSharedActivatedDelete
-
-{% endblock %} \ No newline at end of file -- cgit v1.2.3