InvenTree/InvenTree/templates/503.html

14 lines
390 B
HTML
Raw Normal View History

2021-11-15 21:07:30 +00:00
{% extends "account/base.html" %}
{% load i18n %}
{% block head_title %}
{% trans "Page is in Maintenance" %}
{% endblock %}
{% block content %}
<h3>{% trans "The Page is in currently in maintenance mode" %}</h3>
<div class='alert alert-danger alert-block'>
{% trans "This page will reload each minute until the page becomes available again." %}
</div>
{% endblock %}