--- a/src/cm/templates/site/text_followup.html Thu Jan 14 11:07:21 2010 +0100
+++ b/src/cm/templates/site/text_followup.html Thu Jan 14 11:07:49 2010 +0100
@@ -19,8 +19,6 @@
<div id="followup_settings" class="tab-meta">
-<form id="notifications" enctype="multipart/form-data" action="." method="post">
-
<h2 class="title_first">{% blocktrans %}Feeds{% endblocktrans %}</h2>
<h3>{% blocktrans %}Public feed{% endblocktrans %}</h3>
@@ -32,6 +30,9 @@
</div>
{% blocktrans %}This is the public feed for the text.{% endblocktrans %}
+{% if user.is_authenticated %}
+<form id="notifications" enctype="multipart/form-data" action="." method="post">
+
{% if can_view_unapproved_comment %}
<h3>{% blocktrans %}Private feed{% endblocktrans %}</h3>
@@ -75,8 +76,11 @@
});
}) ;
--->
-</script>
+ -->
+ </script>
+
+</form>
+{% endif %}
</div>