From e37b395b853f2498c87e7f498b5e6daf585230ef Mon Sep 17 00:00:00 2001 From: James Tauber Date: Sat, 8 Sep 2012 19:21:16 -0400 Subject: [PATCH] nav for result notification --- symposion/templates/reviews/base.html | 5 +++++ symposion/templates/reviews/result_notification.html | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/symposion/templates/reviews/base.html b/symposion/templates/reviews/base.html index 4344f06a..f9334f1a 100644 --- a/symposion/templates/reviews/base.html +++ b/symposion/templates/reviews/base.html @@ -84,6 +84,11 @@ {% trans "Voting Status" %} + {% if request.user.is_staff %} +
  • + Result Notification +
  • + {% endif %} {% endfor %} {% endblock %} diff --git a/symposion/templates/reviews/result_notification.html b/symposion/templates/reviews/result_notification.html index 655a3cb5..cbd5c4c2 100644 --- a/symposion/templates/reviews/result_notification.html +++ b/symposion/templates/reviews/result_notification.html @@ -11,6 +11,13 @@ {% endblock %} {% block body %} + + +

    Result Notification

    @@ -64,6 +71,7 @@ {% endwith %} + {% if proposal.notifications.exists %}yes{% endif %} {% endfor %}