crunk
4 years ago
3 changed files with 11 additions and 8 deletions
@ -1,9 +1,9 @@ |
|||||
{% extends "base.html" %} |
{% extends "base.html" %} |
||||
|
|
||||
{% block main %} |
{% block main %} |
||||
|
<ul> |
||||
{% for titles in titles %} |
{% for id, title in publications %} |
||||
<a href="{{ titles }}">{{ titles }}</a> |
<li><a href="{{ id }}">{{ title }}</a></li> |
||||
{% endfor%} |
{% endfor%} |
||||
|
</ul> |
||||
{% endblock %} |
{% endblock %} |
||||
|
Loading…
Reference in new issue