--- a/src/p4l/templates/p4l/record_update_form.html Fri Sep 13 13:00:36 2013 +0200
+++ b/src/p4l/templates/p4l/record_update_form.html Fri Sep 13 16:03:37 2013 +0200
@@ -43,6 +43,9 @@
{% endblock %}
{% block content %}
+<div class="row text-right">
+ <a class="btn btn-default" href="{% url 'p4l_record_view' slug=record.identifier %}">{% trans 'View the record' %} <i class="glyphicon glyphicon-eye-open"></i></a>
+</div>
{% verbatim %}
<div ng-app="recordApp" ng-controller="RecordCtrl" ng-cloak>
<form name="recordForm">
@@ -215,4 +218,7 @@
</form>
</div>
{% endverbatim %}
+<div class="row text-right">
+ <a class="btn btn-default" href="{% url 'p4l_record_view' slug=record.identifier %}">{% trans 'View the record' %} <i class="glyphicon glyphicon-eye-open"></i></a>
+</div>
{% endblock %}
\ No newline at end of file