We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f5cd3 commit 95329cfCopy full SHA for 95329cf
1 file changed
website/interview_exp/templates/exp_detail.html
@@ -90,6 +90,7 @@
90
</div>
91
92
{% if user_permission == True %}
93
+ <h4>Members Option</h4>
94
{% if experience.verification_Status == 'Changes Requested' %}
95
<ul class="mt-5">
96
<li><a href="{% url 'interview_exp:revise_experience' experience.id 'Accept' %}"><button type="button" class="btn btn-outline-success">Accept</button></a></li>
0 commit comments