1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 23:05:10 +01:00

Show header with tag instead of Bookmarks

This commit is contained in:
2016-07-22 09:34:07 +02:00
parent e4dc631e46
commit 3e410e0a7a
2 changed files with 9 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
{% extends "base.html" %}
{% block title %}Bookmarks{% endblock %}
{% block pageheader %}Bookmarks{% endblock %}
{% if not action %}
{% set action = 'Bookmarks' %}
{% endif %}
{% block title %}{{ action }}{% endblock %}
{% block pageheader %}{{ action }}{% endblock %}
{% block pagecontent %}
{% if message %}