Remove category template
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user