Form CSS style + dev panel (WIP)
This commit is contained in:
parent
9daa852add
commit
f2e0aa3b43
18 changed files with 154 additions and 34 deletions
17
backend/templates/dev_panel.html
Normal file
17
backend/templates/dev_panel.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{% extends "base_with_list.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div class="content" id="dev_panel">
|
||||
<input type="button" class="button" id="test-toast" value="Test toast">
|
||||
<input type="button" class="button" id="test-modal-dialog" value="Test modal">
|
||||
</div>
|
||||
|
||||
<div id="hidden-templates">
|
||||
|
||||
<div class="modal-test-message">
|
||||
This is a message.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue