Skip to content

Commit

Permalink
next attempt to fix publishing error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebazhanov committed Nov 24, 2021
1 parent af6ada8 commit 66c3c7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions django/django-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,16 +546,16 @@ model=Planet
#### Q61. To complete the conditional, what should this block of code end with?

```shell
{% if sparles >= 50 %}
% if sparles >= 50 %
Lots of sparkles!
% elif sparkles == 42 %
The answer to life, the universe, and everything!
```
- [x] `% endif %`
- [ ] Nothing else is needed.
- [ ] `{% end%}`
- [ ] `{% else %}`
- [ ] `% end%`
- [ ] `% else %`
#### Q62. You have inherited a Django project and need to get it running locally. It comes with a requirements.txt file containing all its dependencies. Which command should you use?
Expand Down

0 comments on commit 66c3c7a

Please sign in to comment.