{% extends "base.html" %} {% block content %}

Database settings updated

The following modifications have been applied to your database:

{% for update in update_list %} {% endfor %}
Patch Field Value Objects Reason
{{ update.patch_version}} {{ update.field }} {{ update.new_value }}
    {% for object in update.object_list %}
  • {{ object }}
  • {% endfor %}
{{ update.reason|safe }}
{% endblock %}