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 c639a46 commit 00a8121Copy full SHA for 00a8121
adminlteui/templates/admin/base_site.html
@@ -73,7 +73,8 @@ <h5><i class="icon fa fa-info"></i>{{ message|capfirst }}</h5>
73
{% if adminlte.copyright %}
74
{{ adminlte.copyright }}.
75
{% else %}
76
- <a href="https://github.com/wuyue92tree/django-adminlte-ui">django-adminlte-ui</a>.
+ {% get_adminlte_version as adminlte_version %}
77
+ <a href="https://github.com/wuyue92tree/django-adminlte-ui/tree/{{ adminlte_version }}">django-adminlte-ui {{ adminlte_version }}</a>.
78
{% endif %}
79
</strong> All rights reserved.
80
{% endblock %}
0 commit comments