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:
@@ -4,7 +4,9 @@
|
||||
{% load render_table from django_tables2 %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}{% blocktrans %}Add {{ model_name|title }}{% endblocktrans %}{% endblock %}
|
||||
{% block title %}
|
||||
{% trans "Add" %} {{ model_name|title }}
|
||||
{% endblock %}
|
||||
|
||||
{% block tabs %}
|
||||
<ul class="nav nav-tabs px-3">
|
||||
|
Reference in New Issue
Block a user