Improve license link

This commit is contained in:
int-y1 2022-06-16 02:47:50 -04:00 committed by Tudor Brindus
parent 230a7d7305
commit 2a4e9892c3

View File

@ -9,5 +9,5 @@
{% if perms.judge.change_license %}
<div><a href="{{ url('admin:judge_license_change', license.id) }}">{{ _('Edit') }}</a></div>
{% endif %}
<div><b>{{ _('Source:') }}</b> <a href="{{ license.link }}">{{ license.link }}</a></div>
{% endblock %}
<div><a href="{{ license.link }}">{{ _('Visit source') }}</a></div>
{% endblock %}