@ -4,6 +4,7 @@
</div>
<div class="ov-table section">
<h4>List of Lonks</h4>
{% if object_list is not empty %}
<table>
<tr>
<th></th>
@ -18,5 +19,8 @@
</tr>
{% endfor %}
</table>
{% else %}
<p>There are no links in the database for this domain yet.</p>
{% endif %}
{% endblock %}
@ -9,6 +9,7 @@
{% if links is not empty %}
@ -23,5 +24,8 @@
<p>There are no links in the database yet.</p>