From 54873eb9d4abf3e3e99cda4f500fe93572b287b0 Mon Sep 17 00:00:00 2001 From: Cédric Picard Date: Sat, 3 Jan 2015 06:10:12 +0100 Subject: Added a space to indicate time left --- static/base.css | 4 ++++ views/paste.tpl | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/static/base.css b/static/base.css index 84c8598..c8dd544 100644 --- a/static/base.css +++ b/static/base.css @@ -10,6 +10,10 @@ body { margin-left: auto; } +#timeleft { + margin-top: 30px; +} + #content { width: 650px; height: 600px; diff --git a/views/paste.tpl b/views/paste.tpl index dc60a24..bbd8059 100644 --- a/views/paste.tpl +++ b/views/paste.tpl @@ -1,4 +1,9 @@ % rebase('base.tpl', title='Paste snippets') + +
+ This file will be deleted on {{!timeleft}} +
+ {{!content}}
return
-- cgit v1.2.3