From c10f0a21a4022fa9898697991bb0dea7df75453d Mon Sep 17 00:00:00 2001 From: Pierre-antoine Comby <comby@crans.org> Date: Sun, 11 Aug 2019 19:59:40 +0200 Subject: [PATCH] copy paste error --- templates/note/transactiontemplate_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/note/transactiontemplate_form.html b/templates/note/transactiontemplate_form.html index 82bb050e..3fc2dd8b 100644 --- a/templates/note/transactiontemplate_form.html +++ b/templates/note/transactiontemplate_form.html @@ -2,7 +2,7 @@ {% load static %} {% load crispy_forms_tags %} {% block content %} -<p><a class="btn btn-default" href="{% url 'note:template_list' %}">book Listing</a></p> +<p><a class="btn btn-default" href="{% url 'note:template_list' %}">Template Listing</a></p> <form method="post"> {% csrf_token %} {{form|crispy}} -- GitLab