From e1b4ca7b38178fbdf6b4404d875c3de2c08cf405 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Tue, 14 Aug 2018 14:34:21 +0900 Subject: [PATCH] Refactor admin templates Remove type attribute --- app/server/templates/admin/admin_base.html | 2 +- app/server/templates/admin/label.html | 2 +- app/server/templates/admin/stats.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/server/templates/admin/admin_base.html b/app/server/templates/admin/admin_base.html index e0116e94..8474d847 100644 --- a/app/server/templates/admin/admin_base.html +++ b/app/server/templates/admin/admin_base.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% load static %} {% block header %} - + {% endblock %} {% block navigation %} diff --git a/app/server/templates/admin/label.html b/app/server/templates/admin/label.html index ca366e13..9dedfb4d 100644 --- a/app/server/templates/admin/label.html +++ b/app/server/templates/admin/label.html @@ -90,5 +90,5 @@ {% endblock %} {% block footer %} - + {% endblock %} \ No newline at end of file diff --git a/app/server/templates/admin/stats.html b/app/server/templates/admin/stats.html index 2f5770e4..e3e9e890 100644 --- a/app/server/templates/admin/stats.html +++ b/app/server/templates/admin/stats.html @@ -51,5 +51,5 @@ {% endblock %} {% block footer %} - + {% endblock %} \ No newline at end of file