diff --git a/templates/submit_achievements.html b/templates/submit_achievements.html index acc2a917..c5b8ae83 100644 --- a/templates/submit_achievements.html +++ b/templates/submit_achievements.html @@ -1,53 +1,172 @@ + - + Submit Achievements - - + + +
{% if error %} -
- ⚠️ {{ error }} -
- {% endif %} +
+ ⚠️ {{ error }} +
+ {% endif %} - {% if success %} -
-

Congratulations!
{{ success }}

+ {% if success %} +
+

+ Congratulations!
{{ success }} +

+
+
+ Back to Dashboard +
+ {% else %} + +
+ + +
+
+ Student ID +
-
- Back to Dashboard + +
+ Certificate File +
- {% else %} - - - - -
-
- Student ID - -
-
- Certificate File - -
-
+
+ +
+ + +
+ + + + + + {% endif %} + + + + + \ No newline at end of file