home · contact · privacy
Fix tags not showing in file view.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 19 Dec 2024 04:07:32 +0000 (05:07 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 19 Dec 2024 04:07:32 +0000 (05:07 +0100)
src/templates/file_data.tmpl

index 37c12259f13cb43d257f3f1c9b847ac57b8dbdc3..da8726f2512d7270bd6b7a477a583fc7f896fef2 100644 (file)
@@ -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>