Merge "use base.html instead of adminui/base.html for not working"

This commit is contained in:
Jenkins 2017-05-08 18:55:32 +00:00 committed by Gerrit Code Review
commit 520a2219a5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% extends 'adminui/base.html' %}
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans 'Update Domain' %}{% endblock %}