From 4f1359a9f81fc95a484bf72b0a3ba8d7dee821c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?X=C3=A9fir=20Destiny?= Date: Tue, 17 Dec 2019 15:44:39 +0100 Subject: [PATCH] Better title --- templates/admin/edit.html | 2 +- templates/admin/list.html | 2 +- templates/latest.html | 2 +- templates/layout.html | 2 +- templates/list.html | 2 +- templates/search.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/admin/edit.html b/templates/admin/edit.html index af96e40..278cc20 100644 --- a/templates/admin/edit.html +++ b/templates/admin/edit.html @@ -1,5 +1,5 @@ {% extends "layout.html" %} -{% block title %}Admin Edit {{ link.name }}{% endblock %} +{% block title %}- Admin Edit {{ link.name }}{% endblock %} {% block body %}
{{ action_form.csrf_token }} diff --git a/templates/admin/list.html b/templates/admin/list.html index 9406f1a..860dfe2 100644 --- a/templates/admin/list.html +++ b/templates/admin/list.html @@ -1,5 +1,5 @@ {% extends "layout.html" %} -{% block title %}Admin List{% endblock %} +{% block title %}- Admin List{% endblock %} {% block add_button %}  Add entry diff --git a/templates/latest.html b/templates/latest.html index 1620c3d..b76ef81 100644 --- a/templates/latest.html +++ b/templates/latest.html @@ -1,5 +1,5 @@ {% extends "layout.html" %} -{% block title %}Latest torrents{% endblock %} +{% block title %}- Latest torrents{% endblock %} {% block body %} diff --git a/templates/layout.html b/templates/layout.html index 25e17df..d9a5479 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -5,7 +5,7 @@ - PyNyaaTa - {% block title %}{% endblock %} + PyNyaaTa {% block title %}{% endblock %} diff --git a/templates/list.html b/templates/list.html index 3438e06..5cebec3 100644 --- a/templates/list.html +++ b/templates/list.html @@ -1,5 +1,5 @@ {% extends "layout.html" %} -{% block title %}My seeded torrents{% endblock %} +{% block title %}- My seeded torrents{% endblock %} {% block body %}
diff --git a/templates/search.html b/templates/search.html index 4beedcf..d3e08db 100644 --- a/templates/search.html +++ b/templates/search.html @@ -1,5 +1,5 @@ {% extends "layout.html" %} -{% block title %}Search for "{{ request.args.get('q') }}"{% endblock %} +{% block title %}- Search for "{{ request.args.get('q') }}"{% endblock %} {% block body %}