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

2
leftists/templates/interface/overview.html

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

Loading…
Cancel
Save