You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="current">{{ name }}{% if current_is_translated and allow_deletion %}<aclass="deletelink" href="./delete-translation/{{ code }}/" title="{% trans 'Delete Translation' %}"> </a>{% endif %}</span>
39
+
<spanclass="current">{{ name }}{% if current_is_translated and allow_deletion %}<aclass="deletelink" href="{% url del_urlname object_id code %}" title="{% trans 'Delete Translation' %}"> </a>{% endif %}</span>
39
40
{% else %}
40
-
<spanclass="{{ status }}"><ahref="{{ url }}">{{ name }}</a> {% if status == 'available' and allow_deletion %}<aclass="deletelink" href="./delete-translation/{{ code }}/" title="{% trans 'Delete Translation' %}"> </a>{% endif %}</span>
41
+
<spanclass="{{ status }}"><ahref="{{ url }}">{{ name }}</a> {% if status == 'available' and allow_deletion %}<aclass="deletelink" href="{% url del_urlname object_id code %}" title="{% trans 'Delete Translation' %}"> </a>{% endif %}</span>
0 commit comments