mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #13351: Fix missing text due to incorrectly applied translation tags
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
{% block subtitle %}
|
||||
<div class="object-subtitle">
|
||||
<span>{% blocktrans %}Created {{ object.created|annotated_date }}{% endblocktrans %}</span>
|
||||
<span>{% trans "Created" %} {{ object.created|annotated_date }}</span>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
Reference in New Issue
Block a user