diff options
-rw-r--r-- | static/base.css | 4 | ||||
-rw-r--r-- | views/paste.tpl | 5 |
2 files changed, 9 insertions, 0 deletions
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') + +<div id="timeleft"> + This file will be deleted on {{!timeleft}} +</div> + {{!content}} <div id="floatingmenu"> <a href="/"><img alt="return" src="static/esc-icon.png" /></a><br /> |