Skip to content

Commit

Permalink
Course: Specify link discord after join
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorNelson committed Jan 9, 2024
1 parent e7b3244 commit 7b14fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo_theme/templates/course.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ <h3>{{ name }} current overall grade in the class: <code style="font-size: 2em">
<li class="setup-{{ create_account }}">Create a pwn.college account <a href="/register">here</a>. You can use an existing account, or create a new one specifically for the course. The username <strong>will be visible publicly</strong>: if you want to be anonymous, do not use your real name.</li>
{% if discord_role %}
<li class="setup-{{ create_discord }}">Create a Discord account <a href="https://discord.com/register">here</a>. You can use an existing account, or create a new one specifically for the course.</li>
<li class="setup-{{ link_discord }}">Link your pwn.college account with your Discord <a href="/settings#discord">here</a>. As a verified student, you will receive an official course role in Discord for viewing course announcements.</li>
<li class="setup-{{ join_discord }}">Join the pwn.college Discord server <a href="https://discord.gg/pwncollege">here</a>. This is where you will be able to discuss the challenges with your peers and see official course announcements.</li>
<li class="setup-{{ link_discord }}">Link your pwn.college account with your Discord <a href="/settings#discord">here</a>. As a verified student, you will receive an official course role in Discord for viewing course announcements.</li>
{% endif %}
<li class="setup-{{ link_student }}">Link your pwn.college account with your {{ identity_name }} <a href="identity">here</a>. This is how we will be able to give you your official course grade, and how we will be able to verify your student status for an official course role in Discord.</li>
</ol>
Expand Down

0 comments on commit 7b14fa6

Please sign in to comment.