summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-06-18 19:47:30 -0400
committerAamir Khan <syst3m.w0rm@gmail.com>2012-06-18 19:47:30 -0400
commit80d628f1a9100c3d31d3c803690447698a4dbf1f (patch)
treeafcda30b985a7caf95140a2c169463ad2703fe57
parent676cf6980606ce6e1b0c39061c0c0f889cfdc6ce (diff)
downloadhyperkitty-80d628f1a9100c3d31d3c803690447698a4dbf1f.tar.gz
hyperkitty-80d628f1a9100c3d31d3c803690447698a4dbf1f.tar.xz
hyperkitty-80d628f1a9100c3d31d3c803690447698a4dbf1f.zip
temporary user profile page
-rw-r--r--templates/user_profile.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/user_profile.html b/templates/user_profile.html
index e69de29..70fe2bc 100644
--- a/templates/user_profile.html
+++ b/templates/user_profile.html
@@ -0,0 +1,3 @@
+{% extends "base.html" %}
+
+{% block content %} <p> User profiles are under contruction. </p> {% endblock %}