Skip to content
Open
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
9 changes: 4 additions & 5 deletions jazzmin/templates/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,13 @@ <h3 class="timeline-header no-border">
<a href="{{ entry.get_admin_url }}">{{ entry.object_repr }}</a>
{% endif %}

{% if entry.model %}
<span class="mini quiet">
{% filter capfirst %}
{{ entry.model }}
{% endfilter %}
{% if entry.content_type %}
<span class="mini quiet text-muted">
{{ entry.content_type.model }}
</span>
{% endif %}
</h3>

{% if not entry.is_deletion %}
<div class="timeline-body">
{% if entry.is_addition %}
Expand Down