first commit
This commit is contained in:
commit
73fc2121bf
30 changed files with 13308 additions and 0 deletions
9
_static/global/Page.html
Normal file
9
_static/global/Page.html
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue