FIX : no url in string to translate
authorreno
Mon, 23 Nov 2009 16:25:13 +0100
changeset 3 37e2aafd30d3
parent 2 bc4b7b630f6a
child 4 8e6d7ff63451
child 5 c3594e4df7c1
FIX : no url in string to translate
src/cm/templates/site/text_notifications.html
--- a/src/cm/templates/site/text_notifications.html	Mon Nov 23 16:07:45 2009 +0100
+++ b/src/cm/templates/site/text_notifications.html	Mon Nov 23 16:25:13 2009 +0100
@@ -79,8 +79,7 @@
 </textarea>
 {% if not anonymous_can_view_text %}
 <br/>
-{% url text-share text.key as text_users_link %} 
-<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>
+<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>
 {% endif %}
 </form>
 </div>