Changeset 3:37e2aafd30d3

Show
Ignore:
Timestamp:
11/23/09 16:25:13 (6 days ago)
Author:
reno
Branch:
default
Children:
4:8e6d7ff63451, 5:c3594e4df7c1
Message:

FIX : no url in string to translate

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/cm/templates/site/text_notifications.html

    r2 r3  
    8080{% if not anonymous_can_view_text %} 
    8181<br/> 
    82 {% url text-share text.key as text_users_link %}  
    83 <span style="color:#F00;">{% blocktrans %}Warning:{% endblocktrans %}</span>{% blocktrans %}You won't successfully embed the text before you <a href='{{ text_users_link }}'>give anonymous users</a> a role allowing them to view the text{% endblocktrans %}</span> 
     82<span style="color:#F00;">{% blocktrans %}Warning:{% endblocktrans %}</span>{% blocktrans %}You won't successfully embed the text before you give anonymous users a role allowing them to view the text.{% endblocktrans %}</span> 
    8483{% endif %} 
    8584</form>