TreeNode editor | Editro v aktuálním zadání.

This commit is contained in:
Tomas "Jethro" Pokorny 2020-10-21 08:44:58 +02:00
parent d69b252ab6
commit 4280b9c32b

View file

@ -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 %}