Code Review
/
laas.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Lab as a Service 2.0
[laas.git]
/
src
/
templates
/
workflow
/
no_workflow.html
1
{% extends "base.html" %}
2
{% load staticfiles %}
3
4
{% block content %}
5
<h3>If you would like to create a booking or a resource, please use the links on the sidebar or from the homepage</h3>
6
<a href="/">Go Home</a>
7
{% endblock content %}