Commit ba5dfe0f082c9628c5a230524040acd62ed0ff09

Authored by Zambom
1 parent ca910f01

Fixing pendencies error

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 %}
... ...