Skip to content

Commit

Permalink
correction in the 2MASS table link and implementation of the Target V…
Browse files Browse the repository at this point in the history
…iewer in the navigation-bar
  • Loading branch information
jandsonrj committed Aug 30, 2024
1 parent 1a5f626 commit c758311
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 c758311

Please sign in to comment.