mirror of https://github.com/interlegis/sigi.git
Felipe Vieira
13 years ago
2 changed files with 11 additions and 1 deletions
@ -1,6 +1,16 @@ |
|||
{% extends 'admin/change_form.html' %} |
|||
{% load i18n reporting_tags %} |
|||
|
|||
{% block extrastyle %} |
|||
{{ block.super }} |
|||
<link rel="stylesheet" type="text/css" href="{{MEDIA_URL}}css/admin/diagnosticos/diagnostico/change_form.css"> |
|||
{% endblock %} |
|||
|
|||
{% block object-tools %} |
|||
{% if change %}{% if not is_popup %} |
|||
<ul class="object-tools"> |
|||
<li><a href="history/" class="historylink">{% trans "History" %}</a></li> |
|||
<li><a href="{{adminform.form.instance.get_absolute_url }}" class="viewsitelink">Ver em PDF</a></li> |
|||
</ul> |
|||
{% endif %}{% endif %} |
|||
{% endblock %} |
|||
|
Loading…
Reference in new issue