templates: add an id to delete account form (#3220)

This commit is contained in:
Frédéric Péters 2014-06-19 12:26:35 +02:00
parent 222d0a6f4d
commit 9d37c05e07
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
{% block content %}
<div id="real-content">
<div class="block">
<form method="post">
<form method="post" id="delete-account">
{% csrf_token %}
<p>{% trans "Delete my account and all my personal datas ?" %}</p>
<input type="submit" name="submit" value="{% trans "Yes" %}"/>