diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-05-07 21:04:34 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-05-07 21:04:34 +0000 |
commit | 0a6a4956fe44ed77dba32ace075a185ac16a4ad3 (patch) | |
tree | 3e58629b7ec104c07f2d10581691ea6eddf62141 /templates | |
parent | 022fa3780ad63b49cb50c1482aa1d598e27feac5 (diff) | |
download | eda.gay-0a6a4956fe44ed77dba32ace075a185ac16a4ad3.tar.gz eda.gay-0a6a4956fe44ed77dba32ace075a185ac16a4ad3.zip |
Changed the ISO ordering system
Diffstat (limited to 'templates')
-rw-r--r-- | templates/isocd.jinja | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/isocd.jinja b/templates/isocd.jinja index da7a737..ee8ac61 100644 --- a/templates/isocd.jinja +++ b/templates/isocd.jinja @@ -10,6 +10,7 @@ <option value="{{ iso }}">{{ iso }}</option> {% endfor %} </select><br><br> + <p>Sadly there is an upper limit on ISOs of 700Mb coz thats what u can fit on a cd ;_; so big isos arent listed</p><br> <label for="name">*Name:</label> <input id="name" name="name" required><br><br> <label for="house">*House Number/Name:</label> |