Skip to content
Snippets Groups Projects
Verified Commit 59a1a5e8 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix change history for CRUD events

parent 62fdc90f
No related branches found
No related tags found
1 merge request!294Fix change history for CRUD events
Pipeline #2486 failed
......@@ -49,7 +49,7 @@
{% if changed_fields %}
<ul>
{% for field, change in changed_fields.items %}
{% verbose_name "homework" "assignment" field as verbose_name %}
{% verbose_name event.content_type.app_label event.content_type.model field as verbose_name %}
<li>
{{ verbose_name }}: <s>{{ change.0 }}</s> → {{ change.1 }}
</li>
......
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