From 2a791c2ded0a225d56d7f0a9d2de49b50a7df0aa Mon Sep 17 00:00:00 2001 From: ebazhanov Date: Wed, 24 Nov 2021 13:20:07 +0100 Subject: [PATCH] next attempt to fix publishing error --- django/django-quiz.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/django/django-quiz.md b/django/django-quiz.md index 5f8ae5e12a..3667cef4b2 100644 --- a/django/django-quiz.md +++ b/django/django-quiz.md @@ -545,13 +545,6 @@ model=Planet #### Q61. To complete the conditional, what should this block of code end with? - {% if sparles >= 50 %} - Lots of sparkles! - {percent pro elif sparkles == 42 percent} - - The answer to life, the universe, and everything! - - - [x] {% endif %} - [ ] Nothing else is needed. - [ ] {% end%}