From 77bfcda8f01a9cd3879b4f0edd90ee5d68ca8c64 Mon Sep 17 00:00:00 2001 From: dracoling Date: Fri, 21 Jul 2023 12:55:29 -0400 Subject: [PATCH 1/2] Update list_view_3.4.html Remove hardcoded url in list_view_3.4.html --- phonebox_plugin/templates/phonebox_plugin/list_view_3.4.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phonebox_plugin/templates/phonebox_plugin/list_view_3.4.html b/phonebox_plugin/templates/phonebox_plugin/list_view_3.4.html index b845cf4..f4e1754 100644 --- a/phonebox_plugin/templates/phonebox_plugin/list_view_3.4.html +++ b/phonebox_plugin/templates/phonebox_plugin/list_view_3.4.html @@ -9,12 +9,12 @@
{% if perms.phonebox_plugin.add_number %} - + Add {% endif %} {% if perms.phonebox_plugin.add_number %} - + Import {% endif %} From f3bacb94c84e30d86988df1066660cc151ed88a1 Mon Sep 17 00:00:00 2001 From: dracoling Date: Fri, 21 Jul 2023 12:56:30 -0400 Subject: [PATCH 2/2] Update list_view_3.x.html Remove hardcoded url in list_view_3.x.html --- .../templates/phonebox_plugin/list_view_3.x.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phonebox_plugin/templates/phonebox_plugin/list_view_3.x.html b/phonebox_plugin/templates/phonebox_plugin/list_view_3.x.html index b05ecec..1c4cb10 100644 --- a/phonebox_plugin/templates/phonebox_plugin/list_view_3.x.html +++ b/phonebox_plugin/templates/phonebox_plugin/list_view_3.x.html @@ -9,12 +9,12 @@
{% if perms.phonebox_plugin.add_number %} - + Add {% endif %} {% if perms.phonebox_plugin.add_number %} - + Import {% endif %} @@ -59,4 +59,4 @@

{% block title %}Numbers{% endblock %}

-{% endblock %} \ No newline at end of file +{% endblock %}