added tags quest homepage

This commit is contained in:
iou1name 2018-10-02 12:37:33 -04:00
parent 4f70d10ea8
commit 172200eea3

View File

@ -47,6 +47,7 @@
{% block content %}
<div id="questPane" style="width:{% if request.session.get("hide_chat") == True %}100%{% else %}70%{% endif %};">
<center><h1>{{ quest.title }}</h1></center>
Tags: {% for tag in quest.tags.names() %}<a href="{{ url('search:index') + '?tags=' + tag }}">{{ tag }}</a>{% if not loop.last %}, {% endif %}{% endfor %}
<h3>Pages</h3>
<ul>
{% for page in pages %}