+ small Changes

This commit is contained in:
oleting
2021-01-13 22:52:19 +01:00
parent cd128cbe5c
commit c3e04c3b21
6 changed files with 104 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
from flask.helpers import send_file
import Web
from flask import render_template, abort, flash, Blueprint
from Web.main.forms import UploadJavaForm
from random import randint
@@ -71,5 +70,5 @@ def generator():
return send_file(zip_path + '.zip', as_attachment=True)
return render_template('upload.html', title='', legend='', form=form )
return render_template('upload.html', title='Upload', legend='Upload', form=form )