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