From f2ac50021461637225c77f633c0818f100e87ed1 Mon Sep 17 00:00:00 2001 From: Alwin1847207 Date: Thu, 14 Nov 2019 21:30:24 +0530 Subject: This commit will enable 'edit' button for all proposals for all users in their proposal_status page --- fossee_manim/templates/fossee_manim/proposal_status.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/fossee_manim/templates/fossee_manim/proposal_status.html b/fossee_manim/templates/fossee_manim/proposal_status.html index fe2aa5e..012ba4f 100644 --- a/fossee_manim/templates/fossee_manim/proposal_status.html +++ b/fossee_manim/templates/fossee_manim/proposal_status.html @@ -85,13 +85,11 @@ {% endif %} - {% if an.status == 'released' or an.status == 'changes' or request.user.profile.position == 'reviewer'%} - {% endif %} {% if request.user.profile.position == 'reviewer' %} -- cgit