mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-04 12:10:16 +03:00
fix issue ref #44
This commit is contained in:
parent
c00eae724e
commit
89f8b8bee6
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
<h2>{% trans "Add E-mail Address" %}</h2>
|
<h2>{% trans "Add E-mail Address" %}</h2>
|
||||||
|
|
||||||
<form method="post" action="" class="add_email">
|
<form method="post" action="." class="add_email">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{ form|crispy }}
|
{{ form|crispy }}
|
||||||
<button class="btn" name="action_add" type="submit">{% trans "Add E-mail" %}</button>
|
<button class="btn" name="action_add" type="submit">{% trans "Add E-mail" %}</button>
|
||||||
|
@ -76,4 +76,4 @@
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user