mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
cleanup
This commit is contained in:
38
modules/example/my_template.html
Normal file
38
modules/example/my_template.html
Normal file
@@ -0,0 +1,38 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block content %}
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
// some js code
|
||||
</script>
|
||||
|
||||
|
||||
<p>{{ _('Localized text.') }}</p>
|
||||
|
||||
<form method="post">
|
||||
<textarea id="editor_file" name="some_editor_content" rows="40" cols="100"></textarea>
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<footer class="main-footer btn-toolbar" role="toolbar">
|
||||
|
||||
<div class="btn-group" role="group" aria-label="{{ _('Status') }}">
|
||||
<label>{{ _('Status') }}</label>
|
||||
</div>
|
||||
|
||||
<div class="ms-auto" role="group" aria-label="{{ _('Actions') }}">
|
||||
<button type="submit" class="btn btn-primary">{{ _('Save Changes') }}</button></form>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user