Skip to content
Snippets Groups Projects
Commit 8b0cd4f1 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-4818: improve a11y of disclaimer

parent cd530b04
No related branches found
No related tags found
2 merge requests!63Tag 3.0.1,!58Feature/istwcms 4818 ibiki ofis module
......@@ -61,13 +61,13 @@
</ul>
{% endif %}
{% if ofis_data.courses %}
<h2>Courses*</h2>
<h2>Courses<a href="#disclaimer" id="courses" aria-label="note">*</a></h2>
<ul>
{% for course in ofis_data.courses %}
<li>{{ course.subject }} {{ course.num }} - {{ course.title | raw }}</li>
{% endfor %}
</ul>
<small>* Only courses taught in the past 5 years are displayed.</small>
<p id="disclaimer"><small><a href="#courses" aria-label="back">*</a> Only courses taught in the past 5 years are displayed.</small></p>
{% endif %}
{% if ofis_data.contribution %}
<h2>Selected/recent publications</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment