From 4df0d5f1a9b46263352f0635b3e2361b93e5d1b2 Mon Sep 17 00:00:00 2001 From: Ananya Maiti Date: Mon, 8 May 2023 00:21:18 +0530 Subject: [PATCH] Fix template params fro absolute_url and is_proposal_reviewer --- junction/templates/base.html | 2 +- junction/templates/proposals/list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/junction/templates/base.html b/junction/templates/base.html index 38839339..bab9046b 100644 --- a/junction/templates/base.html +++ b/junction/templates/base.html @@ -45,7 +45,7 @@ {# A high-level section name. E.g. Technology #} - {# permalink to the curent page #} + {# permalink to the curent page #} {# A path to an image used on the page. Helpful for telling crawlers what image to use for a page preview. Can be an array, meaning, there can be more than one of these tags (duplicate the WHOLE tag). #} diff --git a/junction/templates/proposals/list.html b/junction/templates/proposals/list.html index ff843a93..db4a9ba9 100644 --- a/junction/templates/proposals/list.html +++ b/junction/templates/proposals/list.html @@ -42,7 +42,7 @@ {{ conference.duration_display }} - {% if is_proposal_reviewer %} + {% if is_reviewer %} Reviewer Dashboard