Commit ba5dfe0f082c9628c5a230524040acd62ed0ff09
1 parent
ca910f01
Exists in
master
and in
3 other branches
Fixing pendencies error
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
notifications/templates/notifications/_view.html
... | ... | @@ -43,7 +43,7 @@ |
43 | 43 | </div> |
44 | 44 | </div> |
45 | 45 | <div class="row text-center"> |
46 | - <a href="{% url notification.task.resource.access_link notification.task.resource.slug %}" class="btn btn-success btn-raised" {% if notification.task.resource.show_window %}target="_blank"{% endif %}> | |
46 | + <a href="{{ notification.task.resource.access_link }}" class="btn btn-success btn-raised" {% if notification.task.resource.show_window %}target="_blank"{% endif %}> | |
47 | 47 | {% if notification.level == 4 %} |
48 | 48 | {% trans 'Access the task' %} |
49 | 49 | {% else %} | ... | ... |