More forms that Angular will kill.

master
Nick Sergeant 2013-05-14 13:18:39 -04:00
parent 5345715187
commit ea60614ce6
3 changed files with 3 additions and 3 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">

View File

@ -6,7 +6,7 @@
{% block content %}
{% if form %}
<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">

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">