Commit b3bc24ec authored by Michal Čihař's avatar Michal Čihař

Remove no longer used template

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 28c412de
{% load i18n %}
{% load translations %}
{% load permissions %}
<div class="panel panel-primary">
<div class="panel-heading">
<h4 class="panel-title">
{% trans "History" %}
</h4>
</div>
<div class="panel-body">
{% include "last-changes-content.html" %}
</div>
{% if not hide_browse or last_changes_rss %}
<div class="panel-footer">
{% if not hide_browse %}
<a class="btn btn-default" href="{% url 'changes' %}?{{ last_changes_url }}">{% trans "Browse changes" %}</a>
{% endif %}
{% if last_changes_rss %}
<a class="btn btn-default" href="{{ last_changes_rss }}">{% trans "Follow using RSS" %}</a>
{% endif %}
</div>
{% endif %}
</div>
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