diff options
author | msquare <msquare@notrademark.de> | 2017-12-20 23:12:17 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2017-12-20 23:12:17 +0100 |
commit | a1c032642fb1ca16779de125c690a77b8e25e737 (patch) | |
tree | eeeedd42ff8b13ea0008ded22f661b681ef523ea /templates | |
parent | 2c04e35bed483dfe31eda465345602a117054f44 (diff) |
introduce new shift signup state for not arrived angels
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user_shifts.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/user_shifts.html b/templates/user_shifts.html index b1bbba56..e137210c 100644 --- a/templates/user_shifts.html +++ b/templates/user_shifts.html @@ -65,10 +65,7 @@ <div class="col-md-2">%filled_select%</div> </div> <div class="row"> - <div class="col-md-6"> - <div>%assign_notice%</div> - </div> - <div class="col-md-6"> + <div class="col-md-12"> <div><p>%task_notice%</p></div> <input class="btn btn-primary" type="submit" style="width:75%; margin-bottom: 20px" value="%filter%"> </div> |