From 4989a8e572ea666d3e392a503ee6831b8a9386f9 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Tue, 15 Feb 2011 23:04:18 +0100 Subject: Initial commit. --- templates/uploaded.tmpl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/uploaded.tmpl (limited to 'templates/uploaded.tmpl') diff --git a/templates/uploaded.tmpl b/templates/uploaded.tmpl new file mode 100644 index 0000000..e36fc53 --- /dev/null +++ b/templates/uploaded.tmpl @@ -0,0 +1,11 @@ +#def title: upload +#def header: upload +#extends templates.base +#def content +

Your file has been uploaded: $scheme://$host/f/$hash/$filename. +#if $user +

Your file will also appear in your file list.

+#else +

If you were registered and logged in, your file would also appear in your file list.

+#end if +#end def -- cgit v1.2.3