Skip to content

Commit 06ab4d6

Browse files
committed
Fix typo
1 parent 902af80 commit 06ab4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddcz/templates/creative-pages/quest-detail.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<h1 class="page-heading">{{ heading }}</h1>
99
<article>
1010
<header>
11-
<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>
11+
<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>
1212
<p>{{ article.abstract |render_html_insecurely|safe }}</p>
1313
<table>
1414
<tr>

0 commit comments

Comments
 (0)