diff --git a/FusionIIIT/templates/scholarshipsModule/applyNew.html b/FusionIIIT/templates/scholarshipsModule/applyNew.html index 346e05ee9..73cda2728 100644 --- a/FusionIIIT/templates/scholarshipsModule/applyNew.html +++ b/FusionIIIT/templates/scholarshipsModule/applyNew.html @@ -2,8 +2,6 @@ {% block awards %} {% comment %}The tab menu starts here!{% endcomment %} - {% for i in release %} - {% if i.award_form_visible == 1 %} + +
+ {% if show_convocation_flag == 1 %}
Please read below instructions before applying for any of the Convocation Medals:
@@ -323,7 +326,11 @@
-

+

+ {% else %} +

Form not available for you!!

+ {% endif %} + -{% else %} -

Form not available to you!!

-{% endif %} -{% endfor %} + +