More changes brought through testing.
This commit is contained in:
parent
40e727f5bf
commit
c22ecf44ec
9 changed files with 149 additions and 11 deletions
14
test_app/templates/index.html
Normal file
14
test_app/templates/index.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Device List</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Devices</h1>
|
||||
{{ table|safe }}
|
||||
|
||||
<!-- RENDERING FORM START -->
|
||||
<h2>Add Device</h2>
|
||||
{{ form|safe }}
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue