diff --git a/smash/web/templates/visits/details.html b/smash/web/templates/visits/details.html
index 167aabfbcc0a03407c4694a5bbf62c96d11201fc..66b9f979b2fbc000f06d30fedb70b8f9ba281539 100644
--- a/smash/web/templates/visits/details.html
+++ b/smash/web/templates/visits/details.html
@@ -168,6 +168,7 @@
   </div><!-- /.box-body -->
 
   <div class="box-footer">
+    <td><a href="{% url 'web.views.subject_edit' visit.subject.id %}" type="button" class="btn btn-block btn-default">Edit subject</a></td>
     <a href="{% url 'web.views.subjects' %}" class="btn btn-block btn-default" onclick="history.back()">Back</a>
   </div><!-- /.box-footer -->
 </form>