first commit

This commit is contained in:
duartegoncalvesds 2026-03-12 21:05:38 +00:00
commit 73fc2121bf
30 changed files with 13308 additions and 0 deletions

9
_static/global/Page.html Normal file
View file

@ -0,0 +1,9 @@
{{ extends "otree/Page.html" }}
{{ load otree static }}
{{ block global_styles }}
<link rel="stylesheet" href="{% static 'global/custom.css' %}">
{{ endblock }}
{{ block global_scripts }}
{{ endblock }}