Açıklama Yok

change_form_object_tools.html 403B

123456789
  1. {% load i18n admin_urls %}
  2. {% block object-tools-items %}
  3. <li>
  4. {% url opts|admin_urlname:'history' original.pk|admin_urlquote as history_url %}
  5. <a href="{% add_preserved_filters history_url %}" class="historylink">{% translate "History" %}</a>
  6. </li>
  7. {% if has_absolute_url %}<li><a href="{{ absolute_url }}" class="viewsitelink">{% translate "View on site" %}</a></li>{% endif %}
  8. {% endblock %}