Commit af0a1556 authored by Michal Čihař's avatar Michal Čihař

Fix typo

parent 0a3175a8
......@@ -30,7 +30,7 @@
{% for obj in checks %}
<tr>
<th><a href="{% url 'trans.views.show_project' project=obj.project__slug %}">{% project_name obj.project__slug %}</a></th>
<td><a href="{% url 'trans.views.show_check_project' name=obj.check_id project=obj.project__slug %}">{{ obj.count }}</a></td>
<td><a href="{% url 'trans.views.show_check_project' name=check.check_id project=obj.project__slug %}">{{ obj.count }}</a></td>
</tr>
{% endfor %}
</tbody>
......
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