We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10b921 commit 91e6ca1Copy full SHA for 91e6ca1
templates/layout/partials/footer/footer.html
@@ -10,7 +10,7 @@
10
<div class="d-none d-lg-inline-block">
11
<a href="{% get_theme_variables 'license_url' %}" class="footer-link me-4" target="_blank">License</a>
12
<a href="{% get_theme_variables 'more_themes' %}" target="_blank" class="footer-link me-4">More Themes</a>
13
- <a href="{% get_theme_variables 'documentation' %}/django-introduction.html" target="_blank" class="footer-link me-4">Documentation</a>
+ <a href="{% get_theme_variables 'documentation' %}" target="_blank" class="footer-link me-4">Documentation</a>
14
<a href="{% get_theme_variables 'support' %}" target="_blank" class="footer-link d-none d-sm-inline-block">Support</a>
15
</div>
16
0 commit comments