src/cm/templates/site/text_embed.html
changeset 438 fcc5e2f0befd
parent 126 b79d7ad83a8d
child 439 8994d24e4b2f
equal deleted inserted replaced
437:dec07877fd39 438:fcc5e2f0befd
    18 -->
    18 -->
    19 </script>
    19 </script>
    20 
    20 
    21 <div id="text_embed" class="tab-meta">   
    21 <div id="text_embed" class="tab-meta">   
    22 
    22 
    23 <form id="embed" enctype="multipart/form-data" action="." method="post">
    23 <form id="embed" enctype="multipart/form-data" action="." method="post">{% csrf_token %}
    24 
    24 
    25 <h2 class="title_first">{% blocktrans %}Embed text{% endblocktrans %}</h2>
    25 <h2 class="title_first">{% blocktrans %}Embed text{% endblocktrans %}</h2>
    26 {% blocktrans %}Copy this code into your site to display text with comments.{% endblocktrans %} {% blocktrans %}Users will also be able to add comments from your site depending on anonymous users' roles.{% endblocktrans %}
    26 {% blocktrans %}Copy this code into your site to display text with comments.{% endblocktrans %} {% blocktrans %}Users will also be able to add comments from your site depending on anonymous users' roles.{% endblocktrans %}
    27 (<a title="{% blocktrans %}Help{% endblocktrans %}" target="_blank" href="{% url help %}#embed">?</a>)
    27 (<a title="{% blocktrans %}Help{% endblocktrans %}" target="_blank" href="{% url help %}#embed">?</a>)
    28 <br/>
    28 <br/>