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