Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • intros
  • live_sources
  • bootstrap4
  • modules
5 results

jobs.py

Blame
  • Forked from Video AG Infrastruktur / website
    701 commits behind the upstream repository.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    jobs.py 205 B
    from server import *
    import traceback
    
    @app.route('/jobs/overview')
    @register_navbar('Jobs', iconlib='fa',  icon='suitcase')
    @mod_required
    def jobs_overview():
    	# todo
    	return render_template('base.html')