Removing the whitespace betwetween action= and its value

This commit is contained in:
Christopher Allan Webber 2013-08-15 15:17:02 -05:00
parent 20d4995d81
commit cd612ee689

View File

@ -18,11 +18,11 @@
{% block persona %}
<form id="_persona_login"
action=
{% if edit_persona is defined %}
{%- if edit_persona is defined -%}
"{{ request.urlgen('mediagoblin.plugins.persona.add') }}"
{% else %}
{%- else -%}
"{{ request.urlgen('mediagoblin.plugins.persona.login') }}"
{% endif %}
{%- endif %}
method="POST">
{{ csrf_token }}
<input type="hidden" name="assertion" type="text" id="_assertion"/>