diff --git a/templates/base.j2 b/templates/base.j2 index 047c4e2..1a67540 100644 --- a/templates/base.j2 +++ b/templates/base.j2 @@ -14,9 +14,5 @@

{{ self.title() }}

{% block content %}{% endblock %}
- diff --git a/templates/bin.j2 b/templates/bin.j2 index 4e9e17e..c9b65ac 100644 --- a/templates/bin.j2 +++ b/templates/bin.j2 @@ -1,5 +1,5 @@ {% extends "base.j2" %} -{% block title %}Pastebin Service{% endblock %} +{% block title %}Pystebin Service{% endblock %} {% block head %} {{ super() }} {% endblock %}