Skip to content

Commit

Permalink
Fix exact match of top level domain SURT
Browse files Browse the repository at this point in the history
  • Loading branch information
ldko committed Sep 13, 2024
1 parent 8a2da28 commit 639eb11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nomination/templates/nomination/project_urls.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ <h4 class="panel-title">Browse URLs</h4>
</a>
</div>
<ul class="list-group">
{% for top_domain,domain_list in browse_tup %}
{% for top_domain, domain_list in browse_tup %}
<li class="list-group-item">
<h3>
<a href="/nomination/{{ project.project_slug }}/surt/({{ top_domain }}/">
<a href="/nomination/{{ project.project_slug }}/surt/({{ top_domain }},/">
{{ top_domain }}
</a>
</h3>
Expand Down

0 comments on commit 639eb11

Please sign in to comment.