projects
/
dirtag.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0fb6cf
)
Tag-adding form added to dirtag.html
multiSelect
author
W. Trevor King
<wking@drexel.edu>
Tue, 20 Jul 2010 20:05:32 +0000
(16:05 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 20 Jul 2010 20:05:32 +0000
(16:05 -0400)
template/dirtag.html
patch
|
blob
|
history
diff --git
a/template/dirtag.html
b/template/dirtag.html
index 5001a17ab96e9e6707b69e5d243bee588530659a..2c5eb2af8572fd289e191388d0b3ba5597e91518 100644
(file)
--- a/
template/dirtag.html
+++ b/
template/dirtag.html
@@
-9,4
+9,8
@@
{{ raw_html }}
<h1 id="tag">Tagged</h1>
{{ tag_html }}
+<form action="new_tag" method="get">
+ New tag: <input type="text" name="tag" value=""/>
+ <input type="submit" value="Add tag" />
+</form>
</body>