Update login page title

This commit is contained in:
Arik Fraimovich
2016-05-31 09:46:29 +03:00
parent 857caab20e
commit 8c455c8a1c

View File

@@ -1,5 +1,5 @@
{% extends "signed_out_layout.html" %}
{% block title %}Login{% endblock %}
{% block title %}Login | Redash{% endblock %}
{% block content %}
{% with messages = get_flashed_messages() %}
{% if messages %}