summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/admin_import_check.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/templates/admin_import_check.html b/templates/admin_import_check.html
index a74f1693..291ad9df 100644
--- a/templates/admin_import_check.html
+++ b/templates/admin_import_check.html
@@ -48,6 +48,50 @@
%events_new%
</tbody>
</table>
+ <h3>Shifts to update</h3>
+ <table>
+ <thead>
+ <tr>
+ <th>
+ Day
+ </th>
+ <th>
+ Start
+ </th>
+ <th>
+ End
+ </th>
+ <th>
+ Room
+ </th>
+ </tr>
+ </thead>
+ <tbody>
+ %events_updated%
+ </tbody>
+ </table>
+ <h3>Shifts to delete</h3>
+ <table>
+ <thead>
+ <tr>
+ <th>
+ Day
+ </th>
+ <th>
+ Start
+ </th>
+ <th>
+ End
+ </th>
+ <th>
+ Room
+ </th>
+ </tr>
+ </thead>
+ <tbody>
+ %events_deleted%
+ </tbody>
+ </table>
<input type="submit" name="submit" value="Submit" />
</fieldset>
</form> \ No newline at end of file