src/p4l/templates/p4l/record_update_form.html
changeset 83 0ae8f199388b
parent 82 566943115ef2
child 92 57633a3acc4f
--- 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