Fiddle with templates again

This commit is contained in:
Matt Wright
2012-08-17 15:31:37 -04:00
parent f339018a5e
commit 8919129c95
7 changed files with 6 additions and 6 deletions
@@ -6,4 +6,4 @@
{{ render_field_with_errors(forgot_password_form.email) }}
{{ render_field(forgot_password_form.submit) }}
</form>
{% include "security/_help.html" %}
{% include "security/_menu.html" %}
+1 -1
View File
@@ -9,4 +9,4 @@
{{ render_field(login_form.next) }}
{{ render_field(login_form.submit) }}
</form>
{% include "security/_help.html" %}
{% include "security/_menu.html" %}
@@ -8,4 +8,4 @@
{{ render_field_with_errors(register_user_form.password_confirm) }}
{{ render_field(register_user_form.submit) }}
</form>
{% include "security/_help.html" %}
{% include "security/_menu.html" %}
@@ -7,4 +7,4 @@
{{ render_field_with_errors(reset_password_form.password_confirm) }}
{{ render_field(reset_password_form.submit) }}
</form>
{% include "security/_help.html" %}
{% include "security/_menu.html" %}
@@ -6,4 +6,4 @@
{{ render_field_with_errors(reset_confirmation_form.email) }}
{{ render_field(reset_confirmation_form.submit) }}
</form>
{% include "security/_help.html" %}
{% include "security/_menu.html" %}
@@ -7,4 +7,4 @@
{{ render_field(login_form.next) }}
{{ render_field(login_form.submit) }}
</form>
{% include "security/_help.html" %}
{% include "security/_menu.html" %}