admin: fix link in source list
This commit is contained in:
parent
95df7c7f30
commit
cd5631ec76
|
@ -63,7 +63,7 @@
|
|||
{% for source in object_list %}
|
||||
<tr role="row">
|
||||
<th role="columnheader">
|
||||
<a href="/sources/{{ source.slug }}/">
|
||||
<a href="/sources/{{ source.slug }}">
|
||||
<div>{{ source.name }}</div>
|
||||
{% if not source.enabled %}
|
||||
<small>{% trans 'Disabled' %}</small>
|
||||
|
|
Reference in New Issue