Skip to content

Commit

Permalink
Merge pull request #390 from jasonrig/form-submit-fix
Browse files Browse the repository at this point in the history
manage account form fix
  • Loading branch information
grischa committed Feb 24, 2015
2 parents e590abf + de417d3 commit a3115c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


{% block content %}
<form class="form-horizontal" method="post">{% csrf_token %}
<form class="form-horizontal" method="post" action="">{% csrf_token %}
{{ form|bootstrap }}

<div class="form-actions">
Expand Down

0 comments on commit a3115c9

Please sign in to comment.