fix issue ref #44

This commit is contained in:
Fábio C. Barrioneuvo da Luz 2013-11-11 18:19:46 -03:00
parent c00eae724e
commit 89f8b8bee6

View File

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