diff options
-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 %}"> |