Skip to content

Commit e503201

Browse files
committed
fix(index.html): Fix link
1 parent 2cc3659 commit e503201

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ <h1>調查平台</h1>
298298
<a href="{% url 'surveys20:surveys20_index' %}">108年</a>
299299
{% endif %}
300300
{% if perms.surveys22.view_survey %}
301-
<a href="{% url 'surveys20:surveys20_index' %}">110年</a>
301+
<a href="{% url 'surveys22:surveys22_index' %}">110年</a>
302302
{% endif %}
303303
</div>
304304
</div>

0 commit comments

Comments
 (0)