summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/workflow/no_workflow.html
blob: ff8aab38d9fb48e34b8a0a23e1a5cef0bafcab4f (plain)
1
2
3
4
5
6
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 %}