application_submitted.py 365 B

12345678910
  1. from .tool.func import *
  2. def application_submitted_2(conn):
  3. curs = conn.cursor()
  4. return easy_minify(flask.render_template(skin_check(),
  5. imp = [load_lang('application_submitted'), wiki_set(), custom(), other2([0, 0])],
  6. data = '''<p>''' + load_lang('waiting_for_approval') + '''</p>''',
  7. menu = [['user', load_lang('return')]]
  8. ))