Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
website
Commits
48d649fe
Commit
48d649fe
authored
Oct 08, 2016
by
Andreas Valder
Browse files
added "jobs" subside
parent
21f702c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
server.py
View file @
48d649fe
...
...
@@ -471,9 +471,10 @@ def sitemap():
import
feeds
import
importer
import
timetable
import
sorter
if
'ICAL_URL'
in
config
:
import
meetings
if
'L2P_APIKEY'
in
config
:
import
l2pauth
import
worker
import
timetable
worker.py
0 → 100644
View file @
48d649fe
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'
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment