diff --git a/leftists/templates/interface/linkedlist.html b/leftists/templates/interface/linkedlist.html index 7e229cd..8d0636b 100644 --- a/leftists/templates/interface/linkedlist.html +++ b/leftists/templates/interface/linkedlist.html @@ -1,19 +1,22 @@ {% extends "base.html" %} {% block main %} - - - - - - - {% for link in object_list %} - - - - - - {% endfor %} -
linkto
[e] | [d]{{ link.link }}{{ link.to }}
- -{% endblock %} \ No newline at end of file + +
+

List of Lonks

+ + + + + + + {% for link in object_list %} + + + + + + {% endfor %} +
fromto
[e] | [d]{{ link.link }}{{ link.to }}
+
+{% endblock %} diff --git a/leftists/templates/interface/overview.html b/leftists/templates/interface/overview.html index 91fc9a0..6bc7481 100644 --- a/leftists/templates/interface/overview.html +++ b/leftists/templates/interface/overview.html @@ -12,7 +12,7 @@ - + {% for link in links %}
linkfrom to