Commit 5173f8ed authored by Michal Čihař's avatar Michal Čihař

Include links in recent changes

parent 115ab38a
......@@ -19,8 +19,8 @@
<tr>
<td>{{ c.timestamp|date:"DATETIME_FORMAT" }}</td>
<td>{{ c.get_user_display }}</td>
<td>{{ c.get_action_display }}</td>
<td>{{ c.translation }}</td>
<td><a href="{{ c.get_absolute_url }}">{{ c.get_action_display }}</a></td>
<td><a href="{{ c.translation.get_absolute_url }}">{{ c.translation }}</a></td>
</tr>
{% endfor %}
</tbody>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment