@@ -62,7 +62,7 @@ <h4 class="text-center">Format</h4>
62
62
< a href ="{% url 'register_base' %} " class ="btn btn-outline-light w-100 mb-2 "> < i class ="fa-solid fa-user-plus fa-fw "> </ i > Register</ a >
63
63
< br >
64
64
<!-- Registration Guide button -->
65
- < a href ="https://drive.google.com/drive/folders/1uCylEYyFdXdxD_BxplYZIioW6_ragXTq?usp=sharing " class ="btn btn-outline-light w-100 my-2 " target ="_blank "> < i class ="fa-solid fa-book fa-fw "> </ i > Registration Guide</ a >
65
+ < a href ="{{ PCS_DOCS_URL }}/usage/account_registration.html " class ="btn btn-outline-light w-100 my-2 " target ="_blank " rel =" external noopener "> < i class ="fa-solid fa-book fa-fw "> </ i > Registration Guide</ a >
66
66
< br >
67
67
<!-- Contest Schedule button -->
68
68
< button type ="button " class ="btn btn-outline-light w-100 my-2 " data-toggle ="modal " data-target ="#displayScheduleModal "> < i class ="fa-solid fa-clock fa-fw "> </ i > Contest Schedule
@@ -79,8 +79,8 @@ <h4 class="text-center">Format</h4>
79
79
class ="fa-solid fa-user-plus fa-fw "> </ i > Register</ a >
80
80
< br >
81
81
<!-- Registration Guide button -->
82
- < a href ="https://drive.google.com/drive/folders/1uCylEYyFdXdxD_BxplYZIioW6_ragXTq?usp=sharing "
83
- class ="btn btn-lg btn-outline-light w-100 my-2 " target ="_blank "> < i class ="fa-solid fa-book fa-fw "> </ i > Registration
82
+ < a href ="{{ PCS_DOCS_URL }}/usage/account_registration.html "
83
+ class ="btn btn-lg btn-outline-light w-100 my-2 " target ="_blank " rel =" external noopener " > < i class ="fa-solid fa-book fa-fw "> </ i > Registration
84
84
Guide</ a >
85
85
< br >
86
86
<!-- Contest Schedule button -->
@@ -289,7 +289,7 @@ <h5>Faculty Division</h5>
289
289
<!-- Extra Credit card -->
290
290
< div class ="card border-secondary mt-3 ">
291
291
< div class ="card-header font-weight-bold bg-secondary text-white ">
292
- < i class ="fa-solid fa-list-ul fa-fw "> </ i > Extra Credit Courses
292
+ < i class ="fa-solid fa-list-ul fa-fw "> </ i > Registered Courses
293
293
</ div >
294
294
< div class ="card-body ">
295
295
{% for course in courses|slice:"5" %}
0 commit comments