Skip to content

Commit

Permalink
add backwards and forwards links in history view see also: etianen/dj…
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed May 14, 2012
1 parent 370b3d1 commit f388fff
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{% extends "admin/object_history.html" %}
{% load i18n %}


{% block content %}
<div id="content-main">

{% block object-tools %}
<ul class="object-tools">
{% block object-tools-items %}
<li><a href="#TODO">&lsaquo; {% trans "previous" %}</a></li>
<li><a href="#TODO">{% trans "next" %} &rsaquo;</a></li>
{% endblock %}
</ul>
{% endblock %}

<p>{% blocktrans %}Choose a date from the list below to revert to a previous version of this object.{% endblocktrans %}</p>

Expand Down

0 comments on commit f388fff

Please sign in to comment.