Skip to content

Commit c2a6057

Browse files
Comment out the "View on site" link in change_form_object_tools.html
1 parent ac8a42c commit c2a6057

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

common/templates/admin/common/userprofile/change_form_object_tools.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
{% url opts|admin_urlname:'history' original.pk|admin_urlquote as history_url %}
66
<a href="{% add_preserved_filters history_url %}" class="historylink">{% translate "History" %}</a>
77
</li>
8-
{% if has_absolute_url %}<li><a href="{{ absolute_url }}" class="viewsitelink">{% translate "View on site" %}</a></li>{% endif %}
8+
{# {% if has_absolute_url %}<li><a href="{{ absolute_url }}" class="viewsitelink">{% translate "View on site" %}</a></li>{% endif %} #}
99
{% endblock %}

massmail/templates/admin/massmail/emailaccount/change_form_object_tools.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
{% url opts|admin_urlname:'history' original.pk|admin_urlquote as history_url %}
88
<a href="{% add_preserved_filters history_url %}" class="historylink">{% translate "History" %}</a>
99
</li>
10-
{% if has_absolute_url %}<li><a href="{{ absolute_url }}" class="viewsitelink">{% translate "View on site" %}</a></li>{% endif %}
10+
{# {% if has_absolute_url %}<li><a href="{{ absolute_url }}" class="viewsitelink">{% translate "View on site" %}</a></li>{% endif %} #}
1111
{% endblock %}

massmail/templates/admin/massmail/mailingout/change_form_object_tools.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
{% url opts|admin_urlname:'history' original.pk|admin_urlquote as history_url %}
3131
<a href="{% add_preserved_filters history_url %}" class="historylink">{% translate "History" %}</a>
3232
</li>
33-
{% if has_absolute_url %}<li><a href="{{ absolute_url }}" class="viewsitelink">{% translate "View on site" %}</a></li>{% endif %}
33+
{# {% if has_absolute_url %}<li><a href="{{ absolute_url }}" class="viewsitelink">{% translate "View on site" %}</a></li>{% endif %} #}
3434
{% endblock %}

massmail/templates/admin/massmail/signature/change_form_object_tools.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
{% url opts|admin_urlname:'history' original.pk|admin_urlquote as history_url %}
66
<a href="{% add_preserved_filters history_url %}" class="historylink">{% translate "History" %}</a>
77
</li>
8-
{% if has_absolute_url %}<li><a href="{{ absolute_url }}" class="viewsitelink">{% translate "View on site" %}</a></li>{% endif %}
8+
{# {% if has_absolute_url %}<li><a href="{{ absolute_url }}" class="viewsitelink">{% translate "View on site" %}</a></li>{% endif %} #}
99
{% endblock %}

0 commit comments

Comments
 (0)