Add comment-related admin templates.
[matthijs/projects/xerxes.git] / templates / admin / influences / influence / change_form.html
1 {% extends "admin/change_form.html" %}
2 {% load i18n %}
3
4 {% block object-tools %}
5 {% if change %}{% if not is_popup %}
6   <ul class="object-tools"><li><a href="history/" class="historylink">{% trans "History" %}</a></li>
7   <li><a href="comments/" class="commentslink">{% trans "Comments" %}</a></li>
8   {% if has_absolute_url %}<li><a href="../../../r/{{ content_type_id }}/{{ object_id }}/" class="viewsitelink">{% trans "View on site" %}</a></li>{% endif%}
9   </ul>
10 {% endif %}{% endif %}
11 {% endblock %}