diff options
author | Alwin1847207 | 2019-11-14 21:30:24 +0530 |
---|---|---|
committer | Alwin1847207 | 2019-11-14 21:30:24 +0530 |
commit | f2ac50021461637225c77f633c0818f100e87ed1 (patch) | |
tree | 5044f017f777d8005fefb4985a17f4aaaec91117 | |
parent | b80625d1e69202846ab292ac4c84a25c5a8a5367 (diff) | |
download | FOSSEE_animations-f2ac50021461637225c77f633c0818f100e87ed1.tar.gz FOSSEE_animations-f2ac50021461637225c77f633c0818f100e87ed1.tar.bz2 FOSSEE_animations-f2ac50021461637225c77f633c0818f100e87ed1.zip |
This commit will enable 'edit' button for all proposals for all users in their proposal_status page
-rw-r--r-- | fossee_manim/templates/fossee_manim/proposal_status.html | 2 |
1 files changed, 0 insertions, 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 %} </td> <td> - {% if an.status == 'released' or an.status == 'changes' or request.user.profile.position == 'reviewer'%} <a href="{% url 'edit_proposal' an.id %}"> <button type="button" class="btn btn-info" id="btnblue">Edit </button> </a> - {% endif %} </td> {% if request.user.profile.position == 'reviewer' %} <td><a href="{% url 'show_proposal_detail' an.id %}"> |