Skip to content

Commit

Permalink
fix(opinion.html): Fix typo in opinions.html
Browse files Browse the repository at this point in the history
  • Loading branch information
flooie committed Dec 13, 2024
1 parent 5345baa commit 229dfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/opinion_page/templates/opinions.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h3><span>Admin</span></h3>
</p>
</div>
{% endif %}
{% if tab == "opinion" %}
{% if tab == "opinions" %}
<div id="opinion-toc" class="sidebar-section">
<h3> <span>Jump To</span> </h3>
<li class="jump-links active"><a id="nav_top" href="{% if tab != "opinions" %}{% url 'view_case' cluster.pk cluster.slug %}{% endif %}#" class="active">Top</a></li>
Expand Down

0 comments on commit 229dfe4

Please sign in to comment.