core: add loading view for authorisation views

This commit is contained in:
Jens Langhammer
2018-12-09 21:07:18 +01:00
parent db3ae58a21
commit e7f7a3127c
6 changed files with 83 additions and 6 deletions

View File

@ -14,6 +14,8 @@
<link rel="icon" type="image/png" href="{% static 'img/logo.png' %}">
<link rel="stylesheet" type="text/css" href="{% static 'css/patternfly.min.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'css/patternfly-additions.min.css' %}">
{% block head %}
{% endblock %}
</head>
<body {% if is_login %} class="login-pf" {% endif %}>
{% block body %}
@ -24,4 +26,4 @@
{% block scripts %}
{% endblock %}
</body>
</html>
</html>