src/cm/templates/site/text_followup.html
changeset 439 8994d24e4b2f
parent 438 fcc5e2f0befd
child 565 95a5c06c4008
equal deleted inserted replaced
438:fcc5e2f0befd 439:8994d24e4b2f
    29 </a>
    29 </a>
    30 </div>
    30 </div>
    31 {% blocktrans %}This is the public feed for the text.{% endblocktrans %}
    31 {% blocktrans %}This is the public feed for the text.{% endblocktrans %}
    32 
    32 
    33 {% if user.is_authenticated %}
    33 {% if user.is_authenticated %}
    34 <form id="notifications" enctype="multipart/form-data" action="." method="post">{% csrf_token %}
    34 <form id="notifications" enctype="multipart/form-data" action="." method="post">
    35 
    35 
    36 {% if can_view_unapproved_comment %}
    36 {% if can_view_unapproved_comment %}
    37 <h3>{% blocktrans %}Private feed{% endblocktrans %}</h3>
    37 <h3>{% blocktrans %}Private feed{% endblocktrans %}</h3>
    38 
    38 
    39 {% if text.private_feed_key %}
    39 {% if text.private_feed_key %}