Commit 0e14f309 authored by litnimax's avatar litnimax

Fix bug with details view tab.

parent 05d18308
......@@ -24,6 +24,11 @@
<li class="active">
<a href="javascript:void(0)">{{ _gettext('Edit') }}</a>
</li>
{%- if admin_view.can_view_details -%}
<li>
<a href="{{ get_url('.details_view', id=model.id, url=return_url) }}">{{ _gettext('View Record') }}</a>
</li>
{%- endif -%}
</ul>
{% endblock %}
......
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