Add conference details page sample.

This commit is contained in:
Ultra Desu
2018-10-31 19:41:16 +03:00
parent e6be431049
commit a8ceb41711
5 changed files with 95 additions and 20 deletions

View File

@ -44,7 +44,7 @@
{% for conf in confs %}
<tr>
<th scope="row">{{ loop.index }}</th>
<td>{{ conf.0 }}</td>
<td><a href="/overview/conf/{{conf.1}}">{{ conf.0 }}</a></td>
<td>{{ conf.1 }}</td>
<td>{{ conf.2 }}</td>
<td>{{ conf.4 }}</td>
@ -56,4 +56,4 @@
{% endblock %}
{% block scripts %}
{{ super() }}
{% endblock %}
{% endblock %}