diff options
Diffstat (limited to 'templates/show_paste.html')
-rw-r--r-- | templates/show_paste.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/show_paste.html b/templates/show_paste.html index 9628402..26273bf 100644 --- a/templates/show_paste.html +++ b/templates/show_paste.html @@ -1,7 +1,8 @@ {% extends "layout.html" %} -{% block title %}Paste #{{ paste.id }}{% endblock %} +{% block title %}{{ paste.title }}{% endblock %} {% block body %} - <h2>Paste #{{ paste.id }}</h2> + {# <h2>Paste #{{ paste.id }}</h2> #} + <h2>{{ paste.title }}</h2> <dl> {% if paste.user %} <dt>Author |