home
·
contact
·
privacy
projects
/
ytplom
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c6f97d
)
Fix tags not showing in file view.
author
Christian Heller
<c.heller@plomlompom.de>
Thu, 19 Dec 2024 04:07:32 +0000
(
05:07
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Thu, 19 Dec 2024 04:07:32 +0000
(
05:07
+0100)
src/templates/file_data.tmpl
patch
|
blob
|
history
diff --git
a/src/templates/file_data.tmpl
b/src/templates/file_data.tmpl
index 37c12259f13cb43d257f3f1c9b847ac57b8dbdc3..da8726f2512d7270bd6b7a477a583fc7f896fef2 100644
(file)
--- a/
src/templates/file_data.tmpl
+++ b/
src/templates/file_data.tmpl
@@
-34,7
+34,7
@@
td.tag_checkboxes { width: 1em; }
<th>tags</th>
<td>
<table>
-{% for tag in
self
.tags_showable %}
+{% for tag in
file
.tags_showable %}
<tr>
<td class="tag_checkboxes"><input type="checkbox" name="tags" value="{{tag}}" checked{% if not allow_edit %} disabled{% endif %}/></td>
<td>{{tag}}</td>