Removing the whitespace betwetween action= and its value
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 15 Aug 2013 20:17:02 +0000 (15:17 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 15 Aug 2013 20:17:02 +0000 (15:17 -0500)
mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/persona.html

index c953f39394125a7e4a9fb3fe747cb4ef67f41f69..ec0e1875e730d4951bec465dd89cdf059eb87590 100644 (file)
 {% 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"/>