Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
B
bmon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
energy
bmon
Commits
a0437f32
Commit
a0437f32
authored
Mar 27, 2020
by
Kristen Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
create form with info
overrides default form with additional detail and instruction
parent
ab0c61fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
bmsapp/templates/lockdown/form.html
bmsapp/templates/lockdown/form.html
+17
-0
No files found.
bmsapp/templates/lockdown/form.html
0 → 100644
View file @
a0437f32
{% extends "bmsapp/secure.html" %}
{% block content %}
<div
id=
"lockdown"
>
<h2>
Authorization Needed
</h2>
<p>
Please contact BMON Admin if you need access.
</p>
{% if form %}
<form
action=
""
method=
"post"
>
{% csrf_token %}
{{ form.as_p }}
<p><input
class=
"btn btn-primary btn-sm"
type=
"submit"
value=
"Enter"
/></p>
</form>
{% endif %}
</div>
{% endblock %}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment