diff --git a/InvenTree/templates/503.html b/InvenTree/templates/503.html
index 8cef12212d..fbee60c694 100644
--- a/InvenTree/templates/503.html
+++ b/InvenTree/templates/503.html
@@ -1,17 +1,73 @@
-{% extends "auth_base.html" %}
+{% extends "skeleton.html" %}
+{% load static %}
{% load i18n %}
-
{% block head %}
{% endblock %}
{% block page_title %}
- {% trans 'Site is in Maintenance' %}
+{% trans 'Site is in Maintenance' %}
{% endblock %}
-{% block body_title %}{% trans 'Site is in Maintenance' %}{% endblock %}
+{% block body_class %}login-screen{% endblock %}
-{% block content %}
-{% trans 'The site is currently in maintenance and should be up again soon!' %}
-{% endblock %}
\ No newline at end of file
+{% block body %}
+
+
+
+
+
+
+
+
+
+
+
+
+ {% block content %}
+ {% trans 'The site is currently in maintenance and should be up again soon!' %}
+ {% endblock %}
+
+
+
+
+ {% block extra_body %}
+ {% endblock %}
+
+{% endblock %}
+
+{% block js_base %}
+
+{% endblock %}
+