mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Remove brawlhalla page, since it doesn't work
This commit is contained in:
parent
c4f8aed38f
commit
501f090800
2 changed files with 0 additions and 19 deletions
|
@ -1,14 +0,0 @@
|
|||
{% extends 'base.html' %}
|
||||
|
||||
{% block pagetitle %}
|
||||
Il monarca del Valhalla
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>
|
||||
Il monarca del Valhalla
|
||||
</h1>
|
||||
<div class="challonge-iframe">
|
||||
<iframe src="https://ryg.challonge.com/brawlhalla/module?theme=6904" width="100%" height="1500px" frameborder="0" scrolling="auto" allowtransparency="true"></iframe>
|
||||
</div>
|
||||
{% endblock %}
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue