diff --git a/portal/templates/portal/index/tiles/not_enrolled.html b/portal/templates/portal/index/tiles/not_enrolled.html index 8484085..80819fc 100644 --- a/portal/templates/portal/index/tiles/not_enrolled.html +++ b/portal/templates/portal/index/tiles/not_enrolled.html @@ -3,9 +3,8 @@

Not Enrolled

{% if can_enroll_check %} {% if is_user_rpi_check %}
-

To participate in RCOS, you must enroll by clicking the button below OR by registering for RCOS on SIS. Note that if you recently registered on SIS, there is a delay before it gets into our system. You can click below to get enrolled quicker.

- If you register for the course on SIS, you can receive course credit for the semester. You will be graded on the follow aspects: + To participate in RCOS this semester for credit, register for the course on SIS AND click the button below You will be graded on the follow aspects:

- If you do not register for the course on SIS, you can still participate fully in RCOS for just experience - and will not be held to any attendance or grading policies, though we heavily encourage you to attend all meetings - and contribute as much as you can. This is a good option for those new to RCOS who want to try it out. + If you do not want to take the course for credit, you can still participate fully in RCOS for just experience + and will not be held to any attendance or grading policies. We encourage you to still attend all meetings and contribute as much as you can. + You should still click the button below. This is a good option for those new to RCOS who want to try it out.

{% csrf_token %} @@ -53,4 +52,4 @@

Not Enrolled

-{% endif %} \ No newline at end of file +{% endif %}