Skip to content

Commit

Permalink
Cleaning and fixing around.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Jul 28, 2011
1 parent a3cd744 commit 0940bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file removed __init__.py
Empty file.
4 changes: 2 additions & 2 deletions contact/templates/contact.html
@@ -1,5 +1,5 @@
{% if form %}
<form action='' method="POST">{% csrf_token %}
<form action="" method="post">{% csrf_token %}
<ul>
<li>
<label>{{ contact.email_label }}</label>
Expand Down Expand Up @@ -29,7 +29,7 @@
{% endif %}
</li>
<li>
<input type="submit" {% if contact.submit %}value="{{ contact.submit }}"{% endif %}>
<input type="submit"{% if contact.submit %} value="{{ contact.submit }}"{% endif %} />
</li>
</ul>
</form>
Expand Down

0 comments on commit 0940bb3

Please sign in to comment.