diff --git a/pinaxcon/templates/symposion/reviews/review_detail.html b/pinaxcon/templates/symposion/reviews/review_detail.html index dc191eb029310860a0f0378e4cb26f1ebdf5db12..fc831487a7ae2c50a693791a13af53c4d2b38559 100644 --- a/pinaxcon/templates/symposion/reviews/review_detail.html +++ b/pinaxcon/templates/symposion/reviews/review_detail.html @@ -161,7 +161,6 @@
{% endif %} - {% if is_manager %}
{% trans "Send a message" %}

@@ -176,7 +175,6 @@

- {% endif %} diff --git a/vendor/symposion/reviews/views.py b/vendor/symposion/reviews/views.py index 6efff504ea1ca6825106e6d62ed15a167f6cca15..11b4a526bd0f926f1012da139636fe8230431252 100644 --- a/vendor/symposion/reviews/views.py +++ b/vendor/symposion/reviews/views.py @@ -369,7 +369,7 @@ def review_detail(request, pk): return next_page else: message_form = SpeakerCommentForm() - elif "message_submit" in request.POST and admin: + elif "message_submit" in request.POST: message_form = SpeakerCommentForm(request.POST) if message_form.is_valid():