@ -1,10 +1,13 @@
{% extends "base.html" %}
{% block main %}
</div>
<div class="ov-table section">
<h4>List of Lonks</h4>
<table>
<tr>
<th></th>
<th>link</th>
<th>from</th>
<th>to</th>
</tr>
{% for link in object_list %}
@ -15,5 +18,5 @@
{% endfor %}
</table>
{% endblock %}
@ -12,7 +12,7 @@
{% for link in links %}