src/cm/templates/site/followup.html
changeset 438 fcc5e2f0befd
parent 160 0c01050f9717
child 439 8994d24e4b2f
equal deleted inserted replaced
437:dec07877fd39 438:fcc5e2f0befd
    27 </a>
    27 </a>
    28 </div>
    28 </div>
    29 {% blocktrans %}This is the public feed for the workspace.{% endblocktrans %}
    29 {% blocktrans %}This is the public feed for the workspace.{% endblocktrans %}
    30 
    30 
    31 {% if user.is_authenticated %}
    31 {% if user.is_authenticated %}
    32 <form id="followup_form" enctype="multipart/form-data" action="." method="post">
    32 <form id="followup_form" enctype="multipart/form-data" action="." method="post">{% csrf_token %}
    33 
    33 
    34 {% if can_manage_workspace %}
    34 {% if can_manage_workspace %}
    35 <h3>{% blocktrans %}Private feed{% endblocktrans %} (<a title="{% blocktrans %}Help{% endblocktrans %}" target="_blank" href="{% url help %}#public_private_feed">?</a>)</h3>
    35 <h3>{% blocktrans %}Private feed{% endblocktrans %} (<a title="{% blocktrans %}Help{% endblocktrans %}" target="_blank" href="{% url help %}#public_private_feed">?</a>)</h3>
    36 
    36 
    37 {% if CONF.private_feed_key %}
    37 {% if CONF.private_feed_key %}