Commit 58248a01 authored by Michal Čihař's avatar Michal Čihař

Add link to machine readable data

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 71a40f7f
...@@ -80,6 +80,7 @@ ...@@ -80,6 +80,7 @@
<div id="tools"> <div id="tools">
<ul> <ul>
<li><a href="{% url 'show_source' project=object.project.slug subproject=object.slug %}">{% trans "Source strings review" %}</a></li> <li><a href="{% url 'show_source' project=object.project.slug subproject=object.slug %}">{% trans "Source strings review" %}</a></li>
<li><a href="{% url 'data_project' project=object.project.slug %}">{% trans "Machine redable data" %}</a></li>
</ul> </ul>
</div> </div>
......
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