diff options
Diffstat (limited to 'templates/apps/tag/add.html')
-rw-r--r-- | templates/apps/tag/add.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/apps/tag/add.html b/templates/apps/tag/add.html new file mode 100644 index 0000000..378ebee --- /dev/null +++ b/templates/apps/tag/add.html @@ -0,0 +1,7 @@ +{% extends "tree.html" %} +{% block content %} + <h1>Add tag to {{ type|escape }}</h1> + <div class="ui-widget ui-widget-content ui-helper-reset ui-corner-all infopanel"> +{{ tagobj }} +</div> +{% endblock %}
\ No newline at end of file |