empty actions not valid [#26203269]

pull/1/head
eric 2012-03-09 13:15:30 -05:00
parent feef3935d0
commit 117348ba20
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
<div id="registration">
<h1>Create a new profile for {{ user }} </h1>
<form method="POST" action="">
<form method="POST" action="#">
{% csrf_token %}
{{ form }}
<input type="submit" name="submit" value="Save" id="submit">

View File

@ -6,7 +6,7 @@
<div id="registration">
<h1>Edit profile for {{ user }} </h1>
<form method="POST" action="">
<form method="POST" action="#">
{% csrf_token %}
{{ form.as_p }}
<input type="submit" name="submit" value="Update" id="submit">

View File

@ -3,7 +3,7 @@
{% block doccontent %}
Enter your new password below to reset your password.<br /><br />
<form method="post" action="">{% csrf_token %}
<form method="post" action="#">{% csrf_token %}
{{ form.as_table }}
<input type="submit" value="Set password" />
</form>

View File

@ -6,7 +6,7 @@
<p> If you change your username, the web address for your profile page will change as well.</p>
<p> <b>Your current username:</b> {{ user.username }}</p>
<form method="POST" action="">
<form method="POST" action="#">
{% csrf_token %}
{{ form.as_p }}
<input type="submit" name="submit" value="Change username" id="submit">

View File

@ -160,7 +160,7 @@ there's no tab for seeing ALL my books, only the filters! huh.
</div>
{% ifequal supporter request.user %}
<div id="user-block-hide">
<form method="POST" action="">
<form method="POST" action="#">
{% csrf_token %}
<div class="block block1">
<div class="block-inner">