Skip to content

Commit

Permalink
Re-fix PNI about page links (#7479)
Browse files Browse the repository at this point in the history
Co-authored-by: Pomax <pomax@nihongoresources.com>
  • Loading branch information
TheoChevalier and Pomax authored Sep 27, 2021
1 parent 3a34912 commit 770b061
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load bg_nav_tags i18n wagtailroutablepage_tags %}
{% load bg_nav_tags i18n localization %}

{% routablepageurl home_page 'about-why-view' as about_why_url %}
{% localizedroutablepageurl home_page 'about-why-view' as about_why_url %}
{{ pre }}<a class="{{ class }} {% bg_active_nav request.get_full_path about_why_url %}" href="{{ about_why_url }}">{% trans "About the Guide" %}</a>{{ post }}

0 comments on commit 770b061

Please sign in to comment.