commit
fabeeea0fd
5
app.py
5
app.py
@ -14,6 +14,10 @@ def tu_ilmenau():
|
|||||||
def about():
|
def about():
|
||||||
return redirect("https://github.com/clerie/walduni", code=302)
|
return redirect("https://github.com/clerie/walduni", code=302)
|
||||||
|
|
||||||
|
@app.route('/turm/')
|
||||||
|
def turm():
|
||||||
|
return redirect("https://turm.rz.tu-ilmenau.de/eE/aktuell/lstr_browser.php", code=302)
|
||||||
|
|
||||||
@app.route('/modultafeln/<course>/')
|
@app.route('/modultafeln/<course>/')
|
||||||
@app.route('/modultafel/<course>/')
|
@app.route('/modultafel/<course>/')
|
||||||
@app.route('/modulplan/<course>/')
|
@app.route('/modulplan/<course>/')
|
||||||
@ -23,7 +27,6 @@ def about():
|
|||||||
@app.route('/modulplan/')
|
@app.route('/modulplan/')
|
||||||
@app.route('/module/')
|
@app.route('/module/')
|
||||||
def modultafeln(course=""):
|
def modultafeln(course=""):
|
||||||
|
|
||||||
courseToPath = {
|
courseToPath = {
|
||||||
"amw": "AngewandteMedienundKommunikationswissenschaft/Bachelor/2014",
|
"amw": "AngewandteMedienundKommunikationswissenschaft/Bachelor/2014",
|
||||||
"amk": "AngewandteMedienundKommunikationswissenschaft/Bachelor/2014",
|
"amk": "AngewandteMedienundKommunikationswissenschaft/Bachelor/2014",
|
||||||
|
Loading…
Reference in New Issue
Block a user