Skip to content

Commit

Permalink
Remove debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Feb 25, 2016
1 parent d9a480b commit 9763dfc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kitsune/users/jinja2/users/includes/macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
{% macro login_form(form, next_url='', action=None, only_pwreset=False) -%}
{{ errorlist(form) }}
<form method="post" action="{{ action if action != None else url('users.login') }}">
CSRF >>
{% csrf_token %}
<< HERE
<input type="hidden" name="next" value="{{ next_url }}" />
<fieldset>
<ul>
Expand Down

0 comments on commit 9763dfc

Please sign in to comment.