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 {
<form name="fopenid" action="{{ action }}" method="post">
<fieldset>
<legend>{% trans "Sign In Using Your OpenID" %}</legend>
<div class="form-row"><label for="id_openid_identifier">{%
trans "OpenID:" %}</label><br />{{ form.openid_identifier }}</div>
<div class="form-row">
<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>
{% 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