diff --git a/djangorota/djangorota/templates/rota/rota_detail.html b/djangorota/djangorota/templates/rota/rota_detail.html index 473bdf2..3767591 100644 --- a/djangorota/djangorota/templates/rota/rota_detail.html +++ b/djangorota/djangorota/templates/rota/rota_detail.html @@ -1,144 +1,98 @@ {% extends 'base.html' %} - -
-- Edit rota -
+ +{{ rota.description }}
Period: {{ rota.start_date }} → {{ rota.end_date }}
- -
- {% block head %} - - {% include 'rota/partials/flatpickr_includes.html' %} - {% endblock %} - {% block content %} -- Edit rota -
-{{ rota.description }}
-Period: {{ rota.start_date }} → {{ rota.end_date }}
+ + {% include 'rota/partials/worker_list.html' %} +- -
- {% include 'rota/partials/worker_list.html' %} -Configure typed rota constraint options. Click Edit to open the form showing typed fields and descriptions.
+ +| Key | Value | |
|---|---|---|
{{ key }} |
+ {{ info.pretty }} |
+ + Edit + + | +
No typed constraint options have been configured for this rota.
+ {% endif %} +Configure typed rota constraint options. Click Edit to open the form showing typed fields and descriptions.
-- -
-| Key | Value | |
|---|---|---|
{{ key }} |
- {{ info.pretty }} |
- - Edit - - | -
No typed constraint options have been configured for this rota.
- {% endif %} -- -
- -