remove unnecessary form action attributes
This commit is contained in:
parent
d8c39f4b37
commit
cd1a9b7d54
4 changed files with 7 additions and 7 deletions
|
|
@ -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="{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue