Skip to content

Commit

Permalink
Merge pull request #196 from JohnMulligan/apr4_requested_patches
Browse files Browse the repository at this point in the history
Apr4 requested patches -- adding a final menu option
  • Loading branch information
JohnMulligan authored Apr 6, 2023
2 parents 11c02ba + b9555c4 commit 377dc33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions voyages/templates/topbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
<a class="dropdown-item" href="{% url 'blog:tag' tag='intro-maps' %}">{% trans "Maps" %}</a>
<a class="dropdown-item" href="{% url 'blog:tag' tag='news' %}">{% trans "News" %}</a>
<a class="dropdown-item" href="{% url 'blog:tag' tag='texas-bound' %}">{% trans "Texas Bound" %}</a>
<a class="dropdown-item" href="{% url 'blog:tag' tag='voyage-stories' %}">{% trans "Voyage Stories" %}</a>
<!-- <a class="dropdown-item" href="{% url 'blog:tag' tag='intro-maps' %}">{% trans "Voyage Stories" %}</a> -->

</div>
Expand Down

0 comments on commit 377dc33

Please sign in to comment.