summaryrefslogtreecommitdiff
path: root/scipy/templates/upload-document.html
diff options
context:
space:
mode:
authorhardythe12013-10-23 15:09:16 +0530
committerhardythe12013-10-23 15:09:16 +0530
commit62f9a803bdf9b5175823621189b2a8b6073da551 (patch)
treedac9427156f9c48e3d3945d693e9c88891032d2f /scipy/templates/upload-document.html
parentf14944ec56d733065d652d8e94d27b2c6ead2a4c (diff)
downloadSciPy2013-62f9a803bdf9b5175823621189b2a8b6073da551.tar.gz
SciPy2013-62f9a803bdf9b5175823621189b2a8b6073da551.tar.bz2
SciPy2013-62f9a803bdf9b5175823621189b2a8b6073da551.zip
will now accept files less then 5MB only
Diffstat (limited to 'scipy/templates/upload-document.html')
-rw-r--r--scipy/templates/upload-document.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/scipy/templates/upload-document.html b/scipy/templates/upload-document.html
index 172c3fa..0c8392e 100644
--- a/scipy/templates/upload-document.html
+++ b/scipy/templates/upload-document.html
@@ -19,6 +19,12 @@
<a href="#" class="close">&times;</a>
</div>
{% endif %}
+ {% if large_file %}
+ <div data-alert class="alert-box alert">
+ <span>{{ large_file }}</span>
+ <a href="#" class="close">&times;</a>
+ </div>
+ {% endif %}
<input type="hidden" name = "next" value="{{ next }}">
<button class="success expand" type="submit">Submit</button>
</form>