mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-23 00:12:15 +00:00
Restrict versioning to one level of depth for speed
Also fixed the template for nested changes
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
{% for change in itemchange.field_changes %}
|
||||
<li class="list-group-item">
|
||||
<p>{{ change.field.verbose_name|title }}:</p>
|
||||
<div class="dont-break-out">{% include 'partials/version_changes_change.html' with change=itemchange %}</div>
|
||||
<div class="dont-break-out">{% include 'partials/version_changes_change.html' with change=change %}</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user