Commit 767920cf authored by Michal Čihař's avatar Michal Čihař

Fix url name

parent b4c4dfb7
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{% block breadcrumbs %} {% block breadcrumbs %}
<li><a href="{{ object.get_absolute_url }}">{{ object }}</a></li> <li><a href="{{ object.get_absolute_url }}">{{ object }}</a></li>
<li><a href="{% url 'weblate.trans.views.data' project=object.slug %}">{% trans "data" %}</a></li> <li><a href="{% url 'weblate.trans.views.data_project' project=object.slug %}">{% trans "data" %}</a></li>
{% endblock %} {% endblock %}
{% block content %} {% block content %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment