From 3e6aae09db7fa6a4476a926ac129e92c5ec4f0de Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 23 Sep 2018 18:33:28 -0700 Subject: [PATCH] missing template --- templates/tag_edit.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 templates/tag_edit.html diff --git a/templates/tag_edit.html b/templates/tag_edit.html new file mode 100644 index 0000000..ec41e38 --- /dev/null +++ b/templates/tag_edit.html @@ -0,0 +1,27 @@ +{% extends "page.html" %} +{% block title %}Editing {{ tag.uuid }}{% endblock %} +{% block subtitle %}{% endblock %} + +{% block buttons %} + +{% endblock %} + +{% block body %} + +
+
+
+
+
+ + +
+
+ +
+
+
+
+
+ +{% endblock %}