From 473cbf8919681c7c110dd8f2e887e9d2a742435a Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 29 Feb 2020 11:45:26 +0100 Subject: [PATCH] change the create computer URL to a button --- computers/templates/computers/computer_list.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/computers/templates/computers/computer_list.html b/computers/templates/computers/computer_list.html index 6dcdf5f..a5918f6 100644 --- a/computers/templates/computers/computer_list.html +++ b/computers/templates/computers/computer_list.html @@ -2,6 +2,16 @@ {% load render_table from django_tables2 %} {% block section_title %}List of Computers{% endblock %} {% block content %} -

Add Computer

-{% render_table computers %} +
+
+
+ +
+
+
+
+
+ {% render_table computers %} +
+
{% endblock %}