web routing is POG now

This commit is contained in:
Priec
2026-08-12 23:40:14 +02:00
parent 10c8235420
commit f8e483efa8
28 changed files with 1015 additions and 697 deletions

View File

@@ -0,0 +1,14 @@
{# GET /admin/profiles/copy — crate::pages::admin::table_definition::ui::CopyPage #}
{% extends "ui/base.html" %}
{% block title %}Copy profile{% endblock %}
{% block content %}
<main>
{% include "pages/admin/table_definition/context.html" %}
<div id="table-panel" aria-live="polite">
{% include "pages/admin/table_definition/copy_panel.html" %}
</div>
</main>
{% endblock %}