aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/templates/project.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toaster/toastergui/templates/project.html')
-rw-r--r--lib/toaster/toastergui/templates/project.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/toaster/toastergui/templates/project.html b/lib/toaster/toastergui/templates/project.html
new file mode 100644
index 000000000..71adb5443
--- /dev/null
+++ b/lib/toaster/toastergui/templates/project.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% load projecttags %}
+{% load humanize %}
+{% block pagecontent %}
+
+{% endblock %}