From 501f090800058d00f9a8bcf9509413ff41417792 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 7 Mar 2019 18:02:17 +0100 Subject: [PATCH] Remove brawlhalla page, since it doesn't work --- templates/brawlhalla.html | 14 -------------- webserver.py | 5 ----- 2 files changed, 19 deletions(-) delete mode 100644 templates/brawlhalla.html diff --git a/templates/brawlhalla.html b/templates/brawlhalla.html deleted file mode 100644 index 5b4281f9..00000000 --- a/templates/brawlhalla.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends 'base.html' %} - -{% block pagetitle %} - Il monarca del Valhalla -{% endblock %} - -{% block body %} -

- Il monarca del Valhalla -

-
- -
-{% endblock %} diff --git a/webserver.py b/webserver.py index af819b2e..8b5ddda0 100644 --- a/webserver.py +++ b/webserver.py @@ -381,11 +381,6 @@ def page_activity(): hourly_before=hourly_before) -@app.route("/brawlhalla") -def page_brawlhalla(): - return render_template("brawlhalla.html") - - @app.route("/hooks/github", methods=["POST"]) def hooks_github(): try: