From dd16d63b3a6f1f646879c35e09fadfcbe39a03d1 Mon Sep 17 00:00:00 2001 From: kosayoda Date: Wed, 24 Mar 2021 00:55:28 +0800 Subject: Rename `short_description` to `description`. Given that there is no "long description", just `description` conveys the same information with brevity. --- pydis_site/templates/content/listing.html | 2 +- pydis_site/templates/content/page.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pydis_site/templates') diff --git a/pydis_site/templates/content/listing.html b/pydis_site/templates/content/listing.html index 097cac4f..6c84a38c 100644 --- a/pydis_site/templates/content/listing.html +++ b/pydis_site/templates/content/listing.html @@ -50,7 +50,7 @@ {{ data.title }} -

{{ data.short_description }}

+

{{ data.description }}

{% endfor %} diff --git a/pydis_site/templates/content/page.html b/pydis_site/templates/content/page.html index a687933d..c3b2285b 100644 --- a/pydis_site/templates/content/page.html +++ b/pydis_site/templates/content/page.html @@ -5,7 +5,7 @@ {% block head %} - + -- cgit v1.2.3