Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homework: add more to your website! - wrong code #149

Open
lxdeath opened this issue Mar 16, 2022 · 0 comments
Open

Homework: add more to your website! - wrong code #149

lxdeath opened this issue Mar 16, 2022 · 0 comments

Comments

@lxdeath
Copy link

lxdeath commented Mar 16, 2022

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

@das-g das-g transferred this issue from DjangoGirls/tutorial Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant