Changeset - 573e45162052
[Not reviewed]
dev
1 1 0
Dennis Fink - 9 years ago 2015-10-22 23:21:59
dennis.fink@c3l.lu
Remove ennstatus about page
2 files changed with 0 insertions and 19 deletions:
0 comments (0 inline, 0 general)
ennstatus/status/views.py
Show inline comments
 
@@ -40,8 +40,3 @@ def single(server_name):
 
    server = single_server(server_name.lower())
 
    kwargs = {server['server_type'].lower(): [server]}
 
    return render_template('status/index.html', **kwargs)
 

	
 

	
 
@status_page.route('/about')
 
def about():
 
    return render_template('status/about.html')
ennstatus/templates/status/about.html
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)