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