We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214bef1 commit f7c791aCopy full SHA for f7c791a
evap/staff/templates/staff_course_type_index.html
@@ -27,7 +27,11 @@
27
<th class="width-percent-30">{% translate 'Name (German)' %}</th>
28
<th class="width-percent-30">{% translate 'Name (English)' %}</th>
29
<th class="width-percent-30">{% translate 'Import names' %}</th>
30
- <th class="width-percent-30">{% translate 'Skip on automated import' %}</th>
+ <th class="width-percent-30">{% translate 'Skip on CMS import' %}
31
+ <span data-bs-toggle="tooltip" data-bs-placement="right" class="fas fa-circle-info"
32
+ title="{% blocktranslate %}When selected, the importer will skip all courses from the CMS data with this type.{% endblocktranslate %}">
33
+ </span>
34
+ </th>
35
<th class="width-percent-10 text-end">{% translate 'Actions' %}</th>
36
</tr>
37
</thead>
0 commit comments