From c8ece6ff23c37b6b23868f81c55b725ebd0e21c3 Mon Sep 17 00:00:00 2001 From: sriyasainath Date: Wed, 31 May 2017 22:07:00 +0530 Subject: Add template for updating MID --- templates/admin/changeMID.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 templates/admin/changeMID.html (limited to 'templates/admin') diff --git a/templates/admin/changeMID.html b/templates/admin/changeMID.html new file mode 100644 index 0000000..784579d --- /dev/null +++ b/templates/admin/changeMID.html @@ -0,0 +1,26 @@ +{% extends "layout.html" %} +{% load staticfiles %} + +{% block content %} +
+
+ {% include "account/sub_nav.html" %} +
+ {% include "admin/sub_nav.html" %} + + Username: + +

+ + + +
+
+
+{% endblock %} \ No newline at end of file -- cgit