aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/guides/guides.html
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-09-21 16:10:56 +0300
committerGravatar ks129 <[email protected]>2020-09-21 16:10:56 +0300
commit27315dacdc76e07ee910e31fe65c9357de34bcaf (patch)
tree29df0e6026f5c3de1029d8f46d23045b0098c1c4 /pydis_site/templates/guides/guides.html
parentAdd unit tests for guides app (diff)
Move guides and categories getting logic to utils for better testability
Diffstat (limited to 'pydis_site/templates/guides/guides.html')
-rw-r--r--pydis_site/templates/guides/guides.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/guides/guides.html b/pydis_site/templates/guides/guides.html
index 66878048..0e6f2073 100644
--- a/pydis_site/templates/guides/guides.html
+++ b/pydis_site/templates/guides/guides.html
@@ -29,9 +29,9 @@
<i class="fab fa-python is-size-3 is-black has-icon-padding" aria-hidden="true"></i>
</span>
<a href="{{ guide }}/">
- <span class="is-size-4 has-text-weight-bold">{{ data.name.0 }}</span>
+ <span class="is-size-4 has-text-weight-bold">{{ data.title.0 }}</span>
</a>
- <p class="is-italic">{{ data.short_description.0 }}</p>
+ <p class="is-italic">{{ data.shortdescription.0 }}</p>
</div>
{% endfor %}
{% for category, data in categories.items %}