feat(static): adds new static origins feature
This commit is contained in:
parent
6a29d68985
commit
15a85b1efe
20 changed files with 843 additions and 7 deletions
15
app/portal/templates/static.html.j2
Normal file
15
app/portal/templates/static.html.j2
Normal file
|
@ -0,0 +1,15 @@
|
|||
{% extends "base.html.j2" %}
|
||||
{% from 'bootstrap5/form.html' import render_form %}
|
||||
{% from "tables.html.j2" import static_table %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="h2 mt-3">Static Origins</h1>
|
||||
<h2 class="h3">
|
||||
{{ static.group.group_name }}: {{ static.description }} (#{{ static.id }})
|
||||
</h2>
|
||||
|
||||
<div style="border: 1px solid #666;" class="p-3">
|
||||
{{ render_form(form) }}
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue