Skip to content

Commit

Permalink
Remove spurious = char
Browse files Browse the repository at this point in the history
  • Loading branch information
yourcelf committed Sep 17, 2013
1 parent f4c053c commit d8d63b5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@
<form method='post' action=''>{% csrf_token %}
<table>
{{ form }}
<tr><td></td><td><input type='submit' value="{% trans="Reset password" %}" /></td></tr>
<tr><td></td><td><input type='submit' value="{% trans "Reset password" %}" /></td></tr>
</table>
</form>
{% endblock %}

0 comments on commit d8d63b5

Please sign in to comment.