Skip to content

Commit 00a8121

Browse files
committed
default copyright add version
1 parent c639a46 commit 00a8121

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adminlteui/templates/admin/base_site.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ <h5><i class="icon fa fa-info"></i>{{ message|capfirst }}</h5>
7373
{% if adminlte.copyright %}
7474
{{ adminlte.copyright }}.
7575
{% else %}
76-
<a href="https://github.com/wuyue92tree/django-adminlte-ui">django-adminlte-ui</a>.
76+
{% 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>.
7778
{% endif %}
7879
</strong> All rights reserved.
7980
{% endblock %}

0 commit comments

Comments
 (0)