From 5992d18533424e253deccec9b3166141b8ade3e9 Mon Sep 17 00:00:00 2001 From: mahesh Date: Fri, 1 Apr 2016 11:48:33 +0530 Subject: added admin tools html --- tbc/templates/tbc/admin-tools.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tbc/templates/tbc/admin-tools.html (limited to 'tbc/templates') diff --git a/tbc/templates/tbc/admin-tools.html b/tbc/templates/tbc/admin-tools.html new file mode 100644 index 0000000..4b26f94 --- /dev/null +++ b/tbc/templates/tbc/admin-tools.html @@ -0,0 +1,16 @@ +{% extends "base.html" %} +{% block title %} Admin Tools {% endblock %} +{% block content %} + + + +{% csrf_token %} + +

Hi, {{ user }}

+ + +

Commenting

+

Error Page

+

Broken Page

+ +{% endblock %} -- cgit From a2be06df0e9871164b937302c9abe43c1b114cc0 Mon Sep 17 00:00:00 2001 From: mahesh Date: Fri, 1 Apr 2016 11:48:57 +0530 Subject: added admin tools in the dropdown --- tbc/templates/base.html | 1 + 1 file changed, 1 insertion(+) (limited to 'tbc/templates') diff --git a/tbc/templates/base.html b/tbc/templates/base.html index 84e7136..a1b4c8f 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -133,6 +133,7 @@
  • Get Certificate
  • Update Profile
  • Update Password
  • +
  • Admin Tools
  • Logout
  • -- cgit From 4681575c7e64fda0a82384621ba9a7c8dfdd077a Mon Sep 17 00:00:00 2001 From: mahesh Date: Fri, 1 Apr 2016 11:54:01 +0530 Subject: made very minor ui changes to admin-tools --- tbc/templates/tbc/admin-tools.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tbc/templates') diff --git a/tbc/templates/tbc/admin-tools.html b/tbc/templates/tbc/admin-tools.html index 4b26f94..1c46b64 100644 --- a/tbc/templates/tbc/admin-tools.html +++ b/tbc/templates/tbc/admin-tools.html @@ -8,7 +8,8 @@

    Hi, {{ user }}

    - +

    +

    Commenting

    Error Page

    Broken Page

    -- cgit