fixup tags, and make public
This commit is contained in:
@@ -104,9 +104,7 @@
|
||||
|
||||
<tr>
|
||||
<td>Tags</td>
|
||||
{% for tag in item.tags %}
|
||||
<div class="chip"> {{ tag }} </div>
|
||||
{% endfor %}
|
||||
<td>{% for tag in item.tags %}<div class="chip">{{ tag }}</div>{% endfor %}</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
|
@@ -38,6 +38,12 @@
|
||||
<td>Name</td>
|
||||
<td>{{ item.name }}</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Tags</td>
|
||||
<td>{% for tag in item.tags %}<div class="chip">{{ tag }}</div>{% endfor %}</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
Reference in New Issue
Block a user