Skip to content

Commit

Permalink
Merge pull request #123 from linea-it/Fix-twomass-table-link
Browse files Browse the repository at this point in the history
Correction and Feature
  • Loading branch information
glaubervila authored Aug 30, 2024
2 parents 1a5f626 + c758311 commit afbbe4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions daiquiri/templates/core/base_navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<a href="/metadata/twomass">{% trans '2MASS' %}</a>
<ul class="sub-menu">
<li>
<a href="/metadata/twomass/twomass.psc">psc</a>
<a href="/metadata/twomass/psc">psc</a>
</li>
</ul>
</li>
Expand All @@ -81,9 +81,9 @@
<li>
<a href="{% url 'query:query' %}">{% trans 'Query' %}</a>
</li>
{% comment %} <li>
<a href="{% url 'contact:contact' %}">{% trans 'Contact' %}</a>
</li> {% endcomment %}
<li>
<a href="https://scienceserver-dev.linea.org.br/target/">{% trans 'Target Viewer' %}</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
{% if user.is_authenticated %}
Expand Down

0 comments on commit afbbe4a

Please sign in to comment.