Skip to content
Snippets Groups Projects

Resolve "Add option to configure extra marks for personal notes"

1 file
+ 12
0
Compare changes
  • Side-by-side
  • Inline
@@ -97,6 +97,18 @@
</ul>
{% endif %}
{% if extra_marks %}
<h5>{% trans "Available extra marks" %}</h5>
<ul class="collection">
{% for extra_mark in extra_marks %}
<li class="collection-item">
<strong>{{ extra_mark.short_name }}</strong> {{ extra_mark.name }}
</li>
{% endfor %}
</ul>
{% endif %}
<div class="page-break">&nbsp;</div>
Loading