Kateřina Č
4 years ago
9 changed files with 149 additions and 39 deletions
File diff suppressed because one or more lines are too long
@ -1,26 +1,12 @@ |
|||
{% extends "seminar/archiv/base.html" %} |
|||
{% load staticfiles %} |
|||
{% load sekizai_tags %} |
|||
{% load render_bundle from webpack_loader %} |
|||
|
|||
{# toto z nejakeho duvodu nefunguje #} |
|||
{% addtoblock css %} |
|||
dfsdfs |
|||
<link rel="stylesheet" type="text/css" href="{% static 'css/mamweb-dev.css' %}" /> |
|||
{% endaddtoblock "css" %} |
|||
|
|||
{% block custom_css %} |
|||
<link rel="stylesheet" type="text/css" href="{% static 'css/mamweb-dev.css' %}" /> |
|||
<script src="/static/seminar/treenode_editor.js"></script> |
|||
{% endblock custom_css %} |
|||
|
|||
{% load comments %} |
|||
|
|||
{% block content %} |
|||
<div id="app"> |
|||
<app></app> |
|||
</div> |
|||
{% render_bundle 'chunk-vendors' %} |
|||
{% render_bundle 'vue_app_01' %} |
|||
|
|||
<form method="POST"> |
|||
{% csrf_token %} |
|||
{%with obj=tnldata depth=1 template_name="seminar/treenode_recursive.html" %} |
|||
{%include template_name%} |
|||
{%endwith%} |
|||
</form> |
|||
{% endblock content %} |
|||
|
Loading…
Reference in new issue