copy paste error

This commit is contained in:
Pierre-antoine Comby 2019-08-11 19:59:40 +02:00
parent 8b4125a25d
commit c10f0a21a4
1 changed files with 1 additions and 1 deletions

View File

@ -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}}