Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Jan 5, 2025
1 parent 902af80 commit 06ab4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddcz/templates/creative-pages/quest-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h1 class="page-heading">{{ heading }}</h1>
<article>
<header>
<h2><a href="{% url 'ddcz:quest-view' quest_id=article.id quest_slug=a.get_slug %}">{{ article.name }}</a>{% creation_rating article.rating skin %}</h2>
<h2><a href="{% url 'ddcz:quest-view' quest_id=article.id quest_slug=article.get_slug %}">{{ article.name }}</a>{% creation_rating article.rating skin %}</h2>
<p>{{ article.abstract |render_html_insecurely|safe }}</p>
<table>
<tr>
Expand Down

0 comments on commit 06ab4d6

Please sign in to comment.