Skip to content

Commit

Permalink
add socials to footer and shorten url
Browse files Browse the repository at this point in the history
  • Loading branch information
mrf7777 committed Feb 8, 2024
1 parent 906c862 commit 8e5cc47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions furfolio/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
<a class="nav-link" href="{% url "terms_of_service" %}">Terms of Service</a>
<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 "socials_and_contacts" %}">Socials and Contacts</a>
<a class="nav-link" href="{% url "tags" %}">Tags</a>
<a class="nav-link" href="{% url "help" %}">Help</a>
<a class="nav-link mb-3" href="{% url "support" %}">Support</a>
Expand Down
2 changes: 1 addition & 1 deletion furfolio/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
path('legal/privacy-policy/',
pages.PrivacyPolicy.as_view(), name="privacy_policy"),
path('legal/credit/', pages.Credit.as_view(), name="credit"),
path('socials-and-contacts/', pages.SocialsAndContacts.as_view(), name="socials_and_contacts"),
path('links/', pages.SocialsAndContacts.as_view(), name="socials_and_contacts"),
# help pages
path('help/', pages.Help.as_view(), name="help"),
path(
Expand Down

0 comments on commit 8e5cc47

Please sign in to comment.