diff options
| author | Johan Berggren <jbn@nordu.net> | 2011-03-03 17:04:50 +0100 |
|---|---|---|
| committer | Johan Berggren <jbn@nordu.net> | 2011-03-03 17:04:50 +0100 |
| commit | eee6cedbf9c1b3189d36b238613a47b0631a0666 (patch) | |
| tree | 94848a26b0ca4b54b62b95bf921288929b18f102 /templates/apps/tag/add.html | |
| parent | 3c5c4f11d0c5792a38d2ebee9944bec9cee77978 (diff) | |
Tag on membership almost implemented
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 |
