Skip to content

Commit

Permalink
Merge b156ff2 into 4fafa18
Browse files Browse the repository at this point in the history
  • Loading branch information
macro1 committed Aug 16, 2014
2 parents 4fafa18 + b156ff2 commit 3bbf719
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion simple_history/templates/simple_history/object_history.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% extends "admin/object_history.html" %}
{% load i18n %}
{% load url from future %}
{% load admin_urls %}


{% block content %}
Expand All @@ -22,7 +23,7 @@
<tbody>
{% for action in action_list %}
<tr>
<td><a href="{{ action.revert_url }}">{{ action.history_object }}</a></td>
<td><a href="{% url opts|admin_urlname:'simple_history' object.pk action.pk %}">{{ action.history_object }}</a></td>
<td>{{ action.history_date }}</td>
<td>{{ action.get_history_type_display }}</td>
<td>
Expand Down

0 comments on commit 3bbf719

Please sign in to comment.