diff --git a/bloggy/templates/base-with-header-footer.html b/bloggy/templates/base-with-header-footer.html index 7118fd0..da9dcf0 100644 --- a/bloggy/templates/base-with-header-footer.html +++ b/bloggy/templates/base-with-header-footer.html @@ -32,7 +32,9 @@
- {% include 'widgets/feedback-form.html' %} + {% if user.is_authenticated %} + {% include 'widgets/feedback-form.html' %} + {% endif %} {% block content %}{% endblock content %}