add list items
This commit is contained in:
parent
01ae1d7e92
commit
df17f48a3d
|
|
@ -18,7 +18,7 @@
|
||||||
<p>Below a list of the publications on the server.</p>
|
<p>Below a list of the publications on the server.</p>
|
||||||
<ul>
|
<ul>
|
||||||
{% for pub in pubs %}
|
{% for pub in pubs %}
|
||||||
<a href="{{ url_for('pdf',name=pub)}}">{{pub}}</a>
|
<li><a href="{{ url_for('pdf',name=pub)}}">{{pub}}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
<iframe class="home_pad_iframe" src="{{ home_pad_url }}"></iframe>
|
<iframe class="home_pad_iframe" src="{{ home_pad_url }}"></iframe>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue