Browse Source

ui tweaks on link list

main
Evelyn Alicke 2 years ago
parent
commit
6ed79e9883
  1. 7
      leftists/templates/interface/linkedlist.html
  2. 2
      leftists/templates/interface/overview.html

7
leftists/templates/interface/linkedlist.html

@ -1,10 +1,13 @@ @@ -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 @@ @@ -15,5 +18,5 @@
</tr>
{% endfor %}
</table>
</div>
{% endblock %}

2
leftists/templates/interface/overview.html

@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
<table>
<tr>
<th></th>
<th>link</th>
<th>from</th>
<th>to</th>
</tr>
{% for link in links %}

Loading…
Cancel
Save