Angular hijacked my form.

master
Nick Sergeant 2013-05-14 13:17:40 -04:00
parent 9b1cbf5788
commit 5345715187
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{% block body-class %}{{ block.super }} static{% endblock %}
{% block content %}
<form class="form-horizontal static-box" method="post" action="">
<form class="form-horizontal static-box" method="post" action=".">
{% if form.errors %}
{% if form.non_field_errors %}
<div class="alert alert-error">