src/cm/templates/site/text_notifications.html
changeset 3 37e2aafd30d3
parent 2 bc4b7b630f6a
child 12 f69ff46d3240
equal deleted inserted replaced
2:bc4b7b630f6a 3:37e2aafd30d3
    77 <br/>
    77 <br/>
    78 <input style="width:100%;background-color:#DDDDDD;" value="{{ embed_code }}" type="text" readonly="true"></input>
    78 <input style="width:100%;background-color:#DDDDDD;" value="{{ embed_code }}" type="text" readonly="true"></input>
    79 </textarea>
    79 </textarea>
    80 {% if not anonymous_can_view_text %}
    80 {% if not anonymous_can_view_text %}
    81 <br/>
    81 <br/>
    82 {% url text-share text.key as text_users_link %} 
    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>
    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>
       
    84 {% endif %}
    83 {% endif %}
    85 </form>
    84 </form>
    86 </div>
    85 </div>
    87 
    86 
    88 
    87