diff --git a/src/meshcore_hub/web/templates/errors/404.html b/src/meshcore_hub/web/templates/errors/404.html index fcd2cbf..4e52b78 100644 --- a/src/meshcore_hub/web/templates/errors/404.html +++ b/src/meshcore_hub/web/templates/errors/404.html @@ -3,23 +3,33 @@ {% block title %}Page Not Found - {{ network_name }}{% endblock %} {% block content %} -
- {% if detail %} - {{ detail }} - {% else %} - The page you're looking for doesn't exist or has been moved. - {% endif %} -
-+ {% if detail %} + {{ detail }} + {% else %} + The page you're looking for doesn't exist or has been moved. + {% endif %} +
+ +