Add remaining templates

This commit is contained in:
2025-02-07 20:58:28 +00:00
parent 987cb52443
commit 6aa7eb01e8
20 changed files with 1402 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{% extends "index.html" %}
{% block load_widgets %}
<div
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
hx-get="{% url 'signal_accounts' type='widget' %}"
hx-target="#widgets-here"
hx-trigger="load"
hx-swap="afterend"
style="display: none;"></div>
{% endblock %}