Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update change_form.html #270

Merged
merged 1 commit into from
Sep 4, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions suit/templates/admin/change_form.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "admin/base_site.html" %}
{% load i18n admin_static admin_modify suit_tags admin_urls %}
{% load url from future %}
v{% load url from future %}

{% block extrahead %}{{ block.super }}
{% url 'admin:jsi18n' as jsi18nurl %}
Expand Down Expand Up @@ -103,9 +103,10 @@ <h4 class="italic-title">{% trans 'tools'|capfirst %}</h4>
</li>
{% if has_absolute_url %}
<li>
<a href="../../../r/{{ content_type_id }}/{{ object_id }}/"
<a href="{{ original.get_absolute_url }}"
class="viewsitelink"><i class="icon-eye-open icon-alpha75"></i>{% trans "View on site" %}
</a></li>
</a>
</li>
{% endif %}

{% if has_add_permission %}
Expand Down