summaryrefslogtreecommitdiff
path: root/templates/uploaded.tmpl
blob: e36fc536230150f56355d2aede0694836fe35a08 (plain)
1
2
3
4
5
6
7
8
9
10
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