Removing the whitespace betwetween action= and its value
This commit is contained in:
parent
20d4995d81
commit
cd612ee689
@ -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"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user