1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 18:37:12 +00:00

copy paste error

This commit is contained in:
Pierre-antoine Comby 2019-08-11 19:59:40 +02:00
parent 8b4125a25d
commit c10f0a21a4

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