From 1123a187c012df06381b415798db4b2c18a4016d Mon Sep 17 00:00:00 2001 From: sudan Date: Thu, 21 Jan 2016 10:13:35 +0800 Subject: style --- templates/new_paste.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'templates/new_paste.html') diff --git a/templates/new_paste.html b/templates/new_paste.html index 658acfb..c7c623d 100644 --- a/templates/new_paste.html +++ b/templates/new_paste.html @@ -1,7 +1,11 @@ {% extends "layout.html" %} {% block title %}New Paste{% endblock %} {% block body %} -

New Paste

+

New Paste + {%- if parent %} + - Reply to #{{ parent.id }} + {%- endif %} +

-- cgit