TreeNode editor | Editro v aktuálním zadání.
This commit is contained in:
parent
d69b252ab6
commit
4280b9c32b
1 changed files with 6 additions and 20 deletions
|
@ -1,26 +1,12 @@
|
||||||
{% extends "seminar/archiv/base.html" %}
|
{% extends "seminar/archiv/base.html" %}
|
||||||
{% load staticfiles %}
|
{% load render_bundle from webpack_loader %}
|
||||||
{% load sekizai_tags %}
|
|
||||||
|
|
||||||
{# 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 %}
|
{% 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 %}
|
{% endblock content %}
|
||||||
|
|
Loading…
Reference in a new issue