templates: do not overwrite existing body classes in registration page (#32152)

This commit is contained in:
Frédéric Péters 2019-04-10 16:08:42 +02:00
parent b7589416a6
commit df757614ad
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{% trans "Registration" %}
{% endblock %}
{% block extra-body-class %}registration-page{% endblock %}
{% block extra-body-class %}{{ block.super }} registration-page{% endblock %}
{% block placeholder-content %}