File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
announcements/templates/announcements Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ <h2 class="card-title mb-0">{{ object.title }}</h2>
21
21
< small class ="card-text text-muted "> Updated on: {{ announcement.updated_on}}</ small >
22
22
{% endif %}
23
23
< p class ="card-text mt-2 "> {{ object.content | linebreaks }}</ p >
24
- < a href =" {% url 'announcements' %} " class ="btn btn-primary btn-sm "> ← Back</ a >
24
+ < input class ="btn btn-primary btn-sm " type =" button " value =" ← Back " onClick =" javascript:history.go(-1); " >
25
25
</ div >
26
26
</ div >
27
27
</ div >
Original file line number Diff line number Diff line change @@ -116,9 +116,9 @@ <h5 class="dropdown-header">DOMjudge</h5>
116
116
< a class ="dropdown-item " href ="https://domjudge.cs.fsu.edu "
117
117
target ="_blank " rel ="external noopener "> < i class ="fa-solid fa-server fa-fw "> </ i > Contest Server</ a >
118
118
< a class ="dropdown-item " href ="{% static 'docs/domjudge_guide.pdf' %} "
119
- target ="_blank "> < i class ="fa-solid fa-book fa-fw "> </ i > Contest Server Guide</ a >
119
+ target ="_blank "> < i class ="fa-solid fa-file-pdf fa-fw "> </ i > Contest Server Guide</ a >
120
120
< a class ="dropdown-item " href ="https://www.domjudge.org/docs/manual/7.3/team.html "
121
- target ="_blank " rel ="external noopener "> < i class ="fa-solid fa-file-pdf fa-fw "> </ i > DOMjudge's Team Manual</ a >
121
+ target ="_blank " rel ="external noopener "> < i class ="fa-solid fa-book fa-fw "> </ i > DOMjudge's Team Manual</ a >
122
122
< div class ="dropdown-divider "> </ div >
123
123
< h5 class ="dropdown-header "> Example Problems</ h5 >
124
124
< h6 class ="dropdown-header "> Upper Division</ h6 >
@@ -131,6 +131,7 @@ <h6 class="dropdown-header">Lower Division</h6>
131
131
target ="_blank "> < i class ="fa-solid fa-file-pdf fa-fw "> </ i > Line Drawing Algorithms (2017)</ a >
132
132
< a class ="dropdown-item " href ="{% static 'docs/l6_spc_2017.pdf' %} "
133
133
target ="_blank "> < i class ="fa-solid fa-file-pdf fa-fw "> </ i > The Missing Z-95 Headhunter (2017)</ a >
134
+ < div class ="dropdown-divider "> </ div >
134
135
< h5 class ="dropdown-header "> Misc</ h5 >
135
136
< a class ="dropdown-item " href ="https://bit.ly/JoinProgClub "
136
137
target ="_blank " rel ="external noopener "> < i class ="fa-solid fa-people-group fa-fw "> </ i > Programming Club</ a >
You can’t perform that action at this time.
0 commit comments