Skip to content

Commit

Permalink
polish(roster): state <48h turnaround reg
Browse files Browse the repository at this point in the history
Make it more obvious to students that if their registration hasn't been
approved for a while, then something is wrong.
  • Loading branch information
vEnhance committed Sep 3, 2023
1 parent 5bc02cf commit d0d3dd6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dashboard/templates/dashboard/stulist.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
so you'll need to wait for Evan to confirm your registration.
Contact me if you think this is an error.
</p>
<p>
Also contact Evan if it has been more than 48 hours
and your registration hasn't been processed yet.
</p>
{% elif exists_registration %}
<p>
To register for this year,
Expand Down
9 changes: 8 additions & 1 deletion roster/templates/roster/decision_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ <h1>Please fill the following in...</h1>
{% include "generic_form.html" with submit_name="Register" %}
{% else %}
<p>
<a href="{% url "top" %}">Go back</a>
<strong>You have submitted a decision form for this year.</strong>
No action is needed from you.
</p>
<p>
If it has been more than 48 hours and you still do not have access
to the portal for this year from the
<a href="{% url "top" %}">index page</a>,
please contact Evan to see what's going on.
</p>
{% endif %}
{% endblock layout-content %}
Expand Down

0 comments on commit d0d3dd6

Please sign in to comment.