From 75cecbe04794ad837b26594698797bb36a02ed87 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Thu, 9 Feb 2017 18:51:39 +0100 Subject: [PATCH] last visit date removed (it was a stub) --- smash/web/templates/subjects/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/smash/web/templates/subjects/index.html b/smash/web/templates/subjects/index.html index 8dafb51e..e2955a29 100644 --- a/smash/web/templates/subjects/index.html +++ b/smash/web/templates/subjects/index.html @@ -37,7 +37,6 @@ <th>Country</th> <th data-sorter="false" data-filter="false">Languages</th> <th class="filter-select filter-exact" data-placeholder="Select type">Type</th> - <th>Last visit</th> <th>Details</th> <th>Edit</th> <th>Delete</th> @@ -62,7 +61,6 @@ {% endautoescape %} </td> <td>{{ subject.get_status_display }}</td> - <td>12-10-2016</td> <td><a href="{% url 'web.views.subject_details' subject.id %}" type="button" class="btn btn-block btn-default">Details</a></td> <td><a href="{% url 'web.views.subject_edit' subject.id %}" type="button" class="btn btn-block btn-default">Edit</a></td> <td><a href="{% url 'web.views.subject_delete' subject.id %}" type="button" class="btn btn-block btn-default">Delete</a></td> -- GitLab