implement 3664

This commit is contained in:
kobayashi
2019-12-11 04:48:50 -05:00
parent 3f9e049822
commit 6f4eeaa83a
10 changed files with 77 additions and 3 deletions

View File

@@ -162,6 +162,20 @@
{% endif %}
</td>
</tr>
<tr>
<td>Tags</td>
<td>
{% if configcontext.tags.all %}
<ul>
{% for tag in configcontext.tags.all %}
<li><a href="{{ tag.get_absolute_url }}">{{ tag }}</a></li>
{% endfor %}
</ul>
{% else %}
<span class="text-muted">None</span>
{% endif %}
</td>
</tr>
</table>
</div>
</div>