diff options
Diffstat (limited to 'src/templates/workflow/no_workflow.html')
-rw-r--r-- | src/templates/workflow/no_workflow.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/templates/workflow/no_workflow.html b/src/templates/workflow/no_workflow.html new file mode 100644 index 0000000..ff8aab3 --- /dev/null +++ b/src/templates/workflow/no_workflow.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} +{% load staticfiles %} + +{% block content %} +<h3>If you would like to create a booking or a resource, please use the links on the sidebar or from the homepage</h3> +<a href="/">Go Home</a> +{% endblock content %} |