mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-28 22:30:44 -05:00
12 lines
295 B
HTML
12 lines
295 B
HTML
|
|
{% extends "withoutnav_template.html" %}
|
||
|
|
{% block page_title %}Bad Request{% endblock %}
|
||
|
|
{% block maincolumn_content %}
|
||
|
|
<div class="grid-row">
|
||
|
|
<div class="column-two-thirds">
|
||
|
|
<h1 class="heading-medium">
|
||
|
|
{{ message|join(",")}}
|
||
|
|
</h1>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
{% endblock %}
|