Skip to content
Snippets Groups Projects
Commit f7a11d90 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[templates][actstream] Remove URL_PREFIX

It's redundant as the URLs generated shall handle that
parent a33c6325
No related branches found
No related tags found
2 merge requests!385Fix links in activity stream,!342Django 3 migration
......@@ -32,9 +32,9 @@
</td>
<td style="border-top:0;padding:0;padding-left:0.5em">
{% if action.actor.get_absolute_url %}
<a href="{{ URL_PREFIX }}{{ action.actor.get_absolute_url }}">
<a href="{{ action.actor.get_absolute_url }}">
{% else %}
<a href="{{ URL_PREFIX }}{{ action.actor_url }}">
<a href="{{ action.actor_url }}">
{% endif %}
{{ action.actor.first_name }} ({{ action.actor }})
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment