D
D
Dmitry2019-06-04 16:20:55
Django
Dmitry, 2019-06-04 16:20:55

Error in template end tag?

What is the problem with the closing template tag, it says an error

12	   {% endfor%}
13	 {% endblock main_sections%}
14	
15	 {% block aside_news_sections%}
16	   <h3> <b> 10 фактов о вашем здоровье </ b> </ h3>
17	   <img src = "https://news.tut.by/society/640246.html" class = "img-thumbnail mb-1">
18	   <p> Когда начинаешь заботиться о своем здоровье, то понимаешь многое. Представляем вам 10 фактов о вашем здоровье </ p>
19	   <a href="https://news.tut.by/society/640246.html" target="_blank">
20	       <button class = "btn btn-warning"> Посмотреть </ button>
21	   </a>
22	 {% endblock aside_news_sections%}
23	
24	
25

Error rendering template
In template E:\Programm\RuHealer\RuHealer\blog\templates\blog\home.html, error on line 22
Invalid block tag on line 22: "end block". Did you forget to register or download this tag?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Sviridov, 2019-06-04
@januss

% block aside_news_sections%}
Where's the parenthesis?

D
Dmitry, 2019-06-04
@januss

Didn't solve the problem, now it says that the error is on line 22

12	   {% endfor%}
13	 {% endblock main_sections%}
14	
15	 {% block aside_news_sections%}
16	   <h3> <b> 10 фактов о вашем здоровье </ b> </ h3>
17	   <img src = "https://news.tut.by/society/640246.html" class = "img-thumbnail mb-1">
18	   <p> Когда начинаешь заботиться о своем здоровье, то понимаешь многое. Представляем вам 10 фактов о вашем здоровье </ p>
19	   <a href="https://news.tut.by/society/640246.html" target="_blank">
20	       <button class = "btn btn-warning"> Посмотреть </ button>
21	   </a>
22	 {% endblock%}
23	
24	
25

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question