returnrender_template('home.html',builddate=builddate,domain=domain_prepared,snackbar="Please enter a short name, before submitting this form",long_url_prefilled=request.form.get('url'),short_url_prefilled=request.form.get('short').lower(),domain_prefilled=domain_to_index[request.form.get('domain')])#return the user the prefilled form with an error message, because no short link was provided
returnrender_template('home.html',builddate=builddate,domain=domain_prepared,snackbar="Please enter a short name, before submitting this form",long_url_prefilled=request.form.get('url'),short_url_prefilled=request.form.get('short').lower(),domain_prefilled=domain_to_index[request.form.get('domain')])#return the user the prefilled form with an error message, because no short link was provided