Added title to the login page. Fixes #5430

This commit is contained in:
Yogesh Jain
2020-04-27 12:38:11 +05:30
committed by Akshay Joshi
parent b7dad25d3e
commit 9daa7c7a7c
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
{% extends "base.html" %}
{% from "security/fields.html" import render_field_with_errors, render_username_with_errors %}
{% block title %}{{ config.APP_NAME }}{% endblock %}
{% block body %}
<div class="container-fluid h-100 login_page">
{% if config.LOGIN_BANNER is defined and config.LOGIN_BANNER != "" %}