summaryrefslogtreecommitdiff
path: root/templates/uploaded.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/uploaded.tmpl')
-rw-r--r--templates/uploaded.tmpl11
1 files changed, 11 insertions, 0 deletions
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
+ <p>Your file has been uploaded: <a href="/f/$hash/$filename">$scheme://$host/f/$hash/$filename</a>.
+#if $user
+ <p>Your file will also appear in <a href="/m">your file list</a>.</p>
+#else
+ <p>If you were <a href="/r">registered</a> and <a href="/l">logged in</a>, your file would also appear in <a href="/m">your file list</a>.</p>
+#end if
+#end def