From 6ed79e98835066e757c818bc3e4f7d2e2c0f76fc Mon Sep 17 00:00:00 2001 From: Evelyn Alicke Date: Sun, 19 Jun 2022 12:45:35 +0200 Subject: [PATCH] ui tweaks on link list --- leftists/templates/interface/linkedlist.html | 35 +++++++++++--------- leftists/templates/interface/overview.html | 2 +- 2 files changed, 20 insertions(+), 17 deletions(-) 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