diff --git a/static/styles/base.css b/static/styles/base.css new file mode 100644 index 0000000..e69de29 diff --git a/static/styles/dashboard-content.css b/static/styles/dashboard-content.css new file mode 100644 index 0000000..e69de29 diff --git a/static/styles/sidebar.css b/static/styles/sidebar.css new file mode 100644 index 0000000..e69de29 diff --git a/static/styles/tables.css b/static/styles/tables.css new file mode 100644 index 0000000..e69de29 diff --git a/templates/client/booking-create.html b/templates/client/booking-create.html new file mode 100644 index 0000000..04f63f8 --- /dev/null +++ b/templates/client/booking-create.html @@ -0,0 +1,16 @@ +{% extends 'client-base.html' %} +{% load static %} + +{% block content %} +
+

Booking

+

Manage your booking details here.

+
+
+ {% csrf_token %} + {{ form.as_p }} + +
+{%endblock content %} + + diff --git a/templates/client/booking-edit.html b/templates/client/booking-edit.html new file mode 100644 index 0000000..4bdcfcb --- /dev/null +++ b/templates/client/booking-edit.html @@ -0,0 +1,10 @@ + + + + + $Title$ + + +$END$ + + \ No newline at end of file diff --git a/templates/client/booking-list.html b/templates/client/booking-list.html new file mode 100644 index 0000000..4bdcfcb --- /dev/null +++ b/templates/client/booking-list.html @@ -0,0 +1,10 @@ + + + + + $Title$ + + +$END$ + + \ No newline at end of file