Commit d5cf8871 authored by Paul Brown's avatar Paul Brown

fix discrepancies between edit_view and details_view navbar text

parent f774a376
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</li> </li>
{%- endif -%} {%- endif -%}
<li class="active"> <li class="active">
<a href="javascript:void(0)">{{ _gettext('View Record') }}</a> <a href="javascript:void(0)">{{ _gettext('Details') }}</a>
</li> </li>
</ul> </ul>
{% endblock %} {% endblock %}
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</li> </li>
{%- endif -%} {%- endif -%}
<li class="active"> <li class="active">
<a href="javascript:void(0)">{{ _gettext('View Record') }}</a> <a href="javascript:void(0)">{{ _gettext('Details') }}</a>
</li> </li>
</ul> </ul>
{% endblock %} {% 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