diff --git a/roofis2/roomservice/views.py b/roofis2/roomservice/views.py index 6219d83..2c03dda 100644 --- a/roofis2/roomservice/views.py +++ b/roofis2/roomservice/views.py @@ -9,6 +9,7 @@ def home(request): def booking(request): + belegung = Room.objects.get() return render(request, 'booking.jinja', {"title": "rooF(i)S is love rooF(i)S is live!!"}) diff --git a/roofis2/templates/booking.jinja b/roofis2/templates/booking.jinja index 03c1a38..f68d9ea 100644 --- a/roofis2/templates/booking.jinja +++ b/roofis2/templates/booking.jinja @@ -1,10 +1,169 @@ {% extends 'base.jinja' %} {% block content %} -
Impressum
-Anbieter:
Max Mustermann
Musterstraße 1
96049 Bamberg
Kontakt:
Telefon: 0951/12345678
Telefax: 0951/1234567
E-Mail: mail@mustermann.de
Website: www.mustermann.de
-
Bei redaktionellen Inhalten:
-Verantwortlich nach § 55 Abs.2 RStV
Moritz Schreiberling
Musterstraße 2
96049 Bamberg
| Time | +Monday | +Tuesday | +Wednesday | +Thursday | +Friday | +Saturday | +Sunday | +
|---|---|---|---|---|---|---|---|
| 6:00 - 7:00 | ++ | + | + | + | + | + | + |
| 7:00 - 8:00 | ++ | + | + | + | + | + | + |
| 8:00 - 9:00 | ++ | + | + | + | + | + | + |
| 9:00 - 10:00 | ++ | + | + | + | + | + | + |
| 10:00 - 11:00 | ++ | + | + | + | + | + | + |
| 11:00 - 12:00 | ++ | + | + | + | + | + | + |
| 12:00 - 13:00 | ++ | + | + | + | + | + | + |
| 13:00 - 14:00 | ++ | + | + | + | + | + | + |
| 14:00 - 15:00 | ++ | + | + | + | + | + | + |
| 15:00 - 16:00 | ++ | + | + | + | + | + | + |
| 16:00 - 17:00 | ++ | + | + | + | + | + | + |
| 17:00 - 18:00 | ++ | + | + | + | + | + | + |
| 18:00 - 19:00 | ++ | + | + | + | + | + | + |
| 19:00 - 20:00 | ++ | + | + | + | + | + | + |
| 20:00 - 6:00 | ++ | + | + | + | + | + | + |