Skip to content

Commit

Permalink
add support link at footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mrf7777 committed Jan 28, 2024
1 parent 0336519 commit b000e32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion furfolio/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
<a class="nav-link" href="{% url "privacy_policy" %}">Privacy Policy</a>
<a class="nav-link mb-3" href="{% url "credit" %}">Credit</a>
<a class="nav-link" href="{% url "tags" %}">Tags</a>
<a class="nav-link mb-3" href="{% url "help" %}">Help</a>
<a class="nav-link" href="{% url "help" %}">Help</a>
<a class="nav-link mb-3" href="{% url "support" %}">Support</a>
<span class="nav-link">{% include "furfolio/3rd/paypal_donation_button.html" %}</span>
</div>
</div>
Expand Down

0 comments on commit b000e32

Please sign in to comment.