Commit 8b7cc24b by Peter Baumgartner Committed by James Henstridge

Remove line break in the trans tag that prevents it from working.

Fixes bug #365767.
parent ce9a5796
...@@ -28,8 +28,10 @@ input.openid { ...@@ -28,8 +28,10 @@ input.openid {
<form name="fopenid" action="{{ action }}" method="post"> <form name="fopenid" action="{{ action }}" method="post">
<fieldset> <fieldset>
<legend>{% trans "Sign In Using Your OpenID" %}</legend> <legend>{% trans "Sign In Using Your OpenID" %}</legend>
<div class="form-row"><label for="id_openid_identifier">{% <div class="form-row">
trans "OpenID:" %}</label><br />{{ form.openid_identifier }}</div> <label for="id_openid_identifier">{% trans "OpenID:" %}</label><br />
{{ form.openid_identifier }}
</div>
<div class="submit-row "><input name="bsignin" type="submit" value="{% trans "Sign in" %}"></div> <div class="submit-row "><input name="bsignin" type="submit" value="{% trans "Sign in" %}"></div>
{% if next %} {% if next %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment