Use variable to set title on base template instead of block
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% set page_title = 'Login' %}
|
||||
{% extends "base.html" %}
|
||||
{% block page_title %}Login{% endblock %}
|
||||
|
||||
{% block style %}
|
||||
main{
|
||||
|
||||
Reference in New Issue
Block a user