diff --git a/leftists/templates/interface/linkedlist.html b/leftists/templates/interface/linkedlist.html new file mode 100644 index 0000000..7e229cd --- /dev/null +++ b/leftists/templates/interface/linkedlist.html @@ -0,0 +1,19 @@ +{% 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 diff --git a/leftists/templates/interface/overview.html b/leftists/templates/interface/overview.html index c764ebc..90b2ed1 100644 --- a/leftists/templates/interface/overview.html +++ b/leftists/templates/interface/overview.html @@ -5,7 +5,7 @@ managing these domains: