remove unnecessary form action attributes

This commit is contained in:
David Lord 2016-06-22 15:01:41 -07:00
parent d8c39f4b37
commit cd1a9b7d54
4 changed files with 7 additions and 7 deletions

View file

@ -78,7 +78,7 @@ And here is the :file:`login.html` template which also inherits from
{% if error %}
<p class=error><strong>Error:</strong> {{ error }}
{% endif %}
<form action="" method=post>
<form method=post>
<dl>
<dt>Username:
<dd><input type=text name=username value="{{