Update web/templates/tools/audit_log.html

This commit is contained in:
Joshua Laymon 2025-08-31 13:14:50 +00:00
parent 2842cbe1b7
commit 055907bfca

View File

@ -26,7 +26,7 @@
{% if r.action == "delete" %} {% if r.action == "delete" %}
<span style="color:#dc2626; font-weight:600;">#{{ r.entry_id }}</span> <span style="color:#dc2626; font-weight:600;">#{{ r.entry_id }}</span>
{% else %} {% else %}
<a href="{% url 'view_entry' r.entry_id %}" class="pill-link" title="Open entry #{{ r.entry_id }}">#{{ r.entry_id }}</a> <a href="{% url 'entry_view' r.entry_id %}" class="pill-link" title="Open entry #{{ r.entry_id }}">#{{ r.entry_id }}</a>
{% endif %} {% endif %}
</td> </td>