From 0afa7f3eefc68c28aa6e75a59d8684075b6a74a7 Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Sat, 28 Nov 2020 10:06:35 +0200 Subject: Remove old templates --- pydis_site/templates/content/articles.html | 53 ------------------------------ pydis_site/templates/content/category.html | 44 ------------------------- 2 files changed, 97 deletions(-) delete mode 100644 pydis_site/templates/content/articles.html delete mode 100644 pydis_site/templates/content/category.html (limited to 'pydis_site') diff --git a/pydis_site/templates/content/articles.html b/pydis_site/templates/content/articles.html deleted file mode 100644 index 68d23611..00000000 --- a/pydis_site/templates/content/articles.html +++ /dev/null @@ -1,53 +0,0 @@ -{% extends 'base/base.html' %} -{% load static %} - -{% block title %}Articles{% endblock %} -{% block head %} - -{% endblock %} - -{% block content %} - {% include "base/navbar.html" %} - - - - - - Articles - - - - - - - - - Articles - {% for article, data in content.items %} - - - - - - {{ data.title }} - - {{ data.short_description }} - - {% endfor %} - {% for category, data in categories.items %} - - - - - - - - {{ data.name }} - - {{ data.description }} - - {% endfor %} - - - -{% endblock %} diff --git a/pydis_site/templates/content/category.html b/pydis_site/templates/content/category.html deleted file mode 100644 index 3e45c433..00000000 --- a/pydis_site/templates/content/category.html +++ /dev/null @@ -1,44 +0,0 @@ -{% extends 'base/base.html' %} -{% load static %} - -{% block title %}{{ category_info.name }}{% endblock %} -{% block head %} - - - - -{% endblock %} - -{% block content %} - {% include "base/navbar.html" %} - - - - - - Articles - {{ category_info.name }} - - - - - - - - - {{ category_info.name }} - {% for article, data in content.items %} - - - - - - {{ data.title }} - - {{ data.short_description }} - - {% endfor %} - - - -{% endblock %} -- cgit v1.2.3
{{ data.short_description }}
{{ data.description }}