diff --git a/cloudbot/web/main.py b/cloudbot/web/main.py index 5834986db..1f3cd8503 100644 --- a/cloudbot/web/main.py +++ b/cloudbot/web/main.py @@ -33,7 +33,7 @@ def get(self): class WebInterface(): - def __init__(self, bot, port=8080, address="0.0.0.0"): + def __init__(self, bot, port=8090, address="0.0.0.0"): self.bot = bot self.port = port self.address = address diff --git a/cloudbot/web/templates/basic.html b/cloudbot/web/templates/basic.html index 702c88425..94aed6cbb 100644 --- a/cloudbot/web/templates/basic.html +++ b/cloudbot/web/templates/basic.html @@ -1,4 +1,5 @@ {% extends "layout.html" %} +{% set active_page = "index" %} {% block title %}{{ heading }} - {{ super() }}{% endblock %} {% block content %}