diff --git a/app/views/sites/edit.html.haml b/app/views/sites/edit.html.haml
--- a/app/views/sites/edit.html.haml
+++ b/app/views/sites/edit.html.haml
@@ -31,5 +31,6 @@
:javascript
$('.input-group.date').datetimepicker({
format: 'DD/MMM/YYYY HH:mm',
+ showTodayButton: true,
});