equal
deleted
inserted
replaced
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 %} |