diff options
author | hardythe1 | 2013-10-23 15:09:16 +0530 |
---|---|---|
committer | hardythe1 | 2013-10-23 15:09:16 +0530 |
commit | 62f9a803bdf9b5175823621189b2a8b6073da551 (patch) | |
tree | dac9427156f9c48e3d3945d693e9c88891032d2f /scipy/templates/upload-document.html | |
parent | f14944ec56d733065d652d8e94d27b2c6ead2a4c (diff) | |
download | SciPy2013-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.html | 6 |
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">×</a> </div> {% endif %} + {% if large_file %} + <div data-alert class="alert-box alert"> + <span>{{ large_file }}</span> + <a href="#" class="close">×</a> + </div> + {% endif %} <input type="hidden" name = "next" value="{{ next }}"> <button class="success expand" type="submit">Submit</button> </form> |