add upload limit text
This commit is contained in:
parent
a108d24f0f
commit
42c6524c27
|
@ -8,8 +8,7 @@ block content
|
||||||
if (!exceeded)
|
if (!exceeded)
|
||||||
input(type='submit' value='Upload!')
|
input(type='submit' value='Upload!')
|
||||||
if (exceeded)
|
if (exceeded)
|
||||||
p(style='color:darkred;font-weight:bold;font-size:9pt')
|
p(style='color:darkred;font-weight:bold;font-size:9pt' align='center')
|
||||||
| Max uploads limit exceeded. No more uploads would be accepted.
|
| Max uploads limit exceeded. No more uploads would be accepted.
|
||||||
br
|
br
|
||||||
| Contact site administrator so they would increase the limit or delete some upload.
|
| Contact site administrator so they would increase the limit or delete some upload.
|
||||||
p= exceeded
|
|
Loading…
Reference in New Issue