tutorial-extensions icon indicating copy to clipboard operation
tutorial-extensions copied to clipboard

Homework: add more to your website! - wrong code

Open lxdeath opened this issue 3 years ago • 0 comments

Issue description

Homework: add more to your website! Save new posts as drafts

Code in blocks is wrong - example :

< div data-gb-custom-block data-tag="extends" data-0='blog/base.html'></div>
<div data-gb-custom-block data-tag="block"></div>


<div data-gb-custom-block data-tag="for">

        <div class="post">
            <p class="date">created: {{ post.created_date|date:'d-m-Y' }}</p>
            <h1><a href="

<div data-gb-custom-block data-tag="url" data-0='post_detail'>">{{ post.title }}</a></h1>
            <p>{{ post.text|truncatechars:200 }}</p>
        </div>
    </div>

</div>

Language

All language

lxdeath avatar Mar 16 '22 09:03 lxdeath