Change titlebar text when page title is known
This commit is contained in:
parent
0394e4b0d4
commit
855066858a
1 changed files with 8 additions and 1 deletions
|
|
@ -1,6 +1,13 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}Edit note - {{ app_name }}{% endblock %}
|
|
||||||
|
{% block title %}
|
||||||
|
{% if pl_title %}Editing “{{ pl_title }}”
|
||||||
|
{% else %}Edit note{% endif %}
|
||||||
|
- {{ app_name }}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block json_info %}<script>window.page_info={{ ( pl_js_info or {} )|tojson|safe }};</script>{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue