Remove category template
This commit is contained in:
parent
8f5f042794
commit
1e4baa950f
|
@ -1,10 +0,0 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h2>{{ category }}</h2>
|
||||
{% for article in articles_page.object_list if article.category == category %}
|
||||
<h3><a href="{{ article.url }}">{{ article.title }}</a></h3>
|
||||
{{ article.summary }}
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user