diff --git a/progit/templates/admin_index.html b/progit/templates/admin_index.html new file mode 100644 index 0000000..ca4317a --- /dev/null +++ b/progit/templates/admin_index.html @@ -0,0 +1,24 @@ +{% extends "master.html" %} + +{% block title %}Home{% endblock %} +{%block tag %}home{% endblock %} + + +{% block content %} + +

Admin section

+ + + +{% endblock %}