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 %}