Added views for about, institution and corresponding templates
[myslice.git] / portal / templates / about.html
diff --git a/portal/templates/about.html b/portal/templates/about.html
new file mode 100644 (file)
index 0000000..375946c
--- /dev/null
@@ -0,0 +1,10 @@
+{% extends "layout-unfold1.html" %}
+
+{% block unfold_main %}
+<div class="wrapper" id="ticket-request">
+</div>
+
+<h1>This portal is powered by MySlice</h1>
+<a href ="http://myslice.info">More info</a>
+
+{% endblock %}