diff --git a/app.py b/app.py index bf25174..f3a7a89 100644 --- a/app.py +++ b/app.py @@ -34,7 +34,7 @@ def colorify(model): @app.route('/') def home(): - return render_template('layout.html', search_form=SearchForm()) + return render_template('layout.html', search_form=SearchForm(), title='Animes torrents search engine') @app.route('/search') diff --git a/templates/admin/edit.html b/templates/admin/edit.html index d6b6914..0333253 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 for "{{ link.name }}"{% endblock %} {% block body %}