Skip to content

Commit

Permalink
Remove section description from category modal
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelmdLow committed Feb 13, 2025
1 parent 65b46aa commit 7501b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion section/templates/section/section_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h2 class="c-section__info-header">All in {{title}}</h1>
<ion-icon name="close"></ion-icon>
</a>
<h1><ion-icon name="pricetag"></ion-icon> All Categories</h1> <!-- Why Series? Why not Categories? -->
<p><a href="{% pageurl self %}">{{self.title}}</a>{% if self.description %} - {{self.description}}{% endif %}</p>
<p><a href="{% pageurl self %}">{{self.title}}</a></p>
<ul>
{% for category in all_categories reversed %}
<li><a href="{% pageurl self %}category/{{ category.slug }}">{{ category.title }}</a></li>
Expand Down

0 comments on commit 7501b30

Please sign in to comment.