add temporary alert
This commit is contained in:
parent
5572dfedba
commit
60445b9593
@ -1,7 +1,13 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
{% from "components/alert.html" import Alert %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class='col'>
|
<div class='col'>
|
||||||
|
{{ Alert('This form does not yet function',
|
||||||
|
message="<p>Functionality of this form is pending more engineering work. Engineers, please remove this alert when done.</p>",
|
||||||
|
level='warning'
|
||||||
|
) }}
|
||||||
|
|
||||||
<div class='panel'>
|
<div class='panel'>
|
||||||
<div class='panel__heading'>
|
<div class='panel__heading'>
|
||||||
<h1>
|
<h1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user