Commit 0ab53eda authored by Paul Brown's avatar Paul Brown

Merge pull request #1014 from pawl/fix_view_record_text

fix discrepancies between edit_view and details_view navbar text
parents f774a376 d5cf8871
...@@ -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