mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
fixing templates
This commit is contained in:
@@ -1,4 +1,12 @@
|
|||||||
{% block content %}
|
<div class="usa-alert usa-alert--info usa-alert--slim" aria-label="Site alert,,,,">
|
||||||
|
<div class="grid-container padding-x-0">
|
||||||
|
<div class="usa-alert__body">
|
||||||
|
<p class="usa-alert__text">
|
||||||
|
We're currently having some technical issues. We're working on it and will be back soon. Thanks for your patience!
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<section class="grid-container usa-section margin-top-5 margin-bottom-5">
|
<section class="grid-container usa-section margin-top-5 margin-bottom-5">
|
||||||
<div class="grid-row flex-justify-center">
|
<div class="grid-row flex-justify-center">
|
||||||
<div class="desktop:grid-col-3 tablet:grid-col-4 mobile:grid-col-12 flex-align-center">
|
<div class="desktop:grid-col-3 tablet:grid-col-4 mobile:grid-col-12 flex-align-center">
|
||||||
@@ -16,4 +24,3 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{% endblock %}
|
|
||||||
|
|||||||
@@ -12,17 +12,6 @@ import usaButton %} {% block meta %}
|
|||||||
{% block beforeContent %}{% endblock %}
|
{% block beforeContent %}{% endblock %}
|
||||||
|
|
||||||
<main id="main-content" role="main">
|
<main id="main-content" role="main">
|
||||||
{% if is_api_down %}
|
|
||||||
<div class="usa-alert usa-alert--info usa-alert--slim" aria-label="Site alert,,,,">
|
|
||||||
<div class="grid-container padding-x-0">
|
|
||||||
<div class="usa-alert__body">
|
|
||||||
<p class="usa-alert__text">
|
|
||||||
We're currently having some technical issues. We're working on it and will be back soon. Thanks for your patience!
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% if is_api_down %}
|
{% if is_api_down %}
|
||||||
{% include "error/technical_difficulties.html" %}
|
{% include "error/technical_difficulties.html" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user