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 %}