diff options
author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-06-18 19:47:30 -0400 |
---|---|---|
committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-06-18 19:47:30 -0400 |
commit | 80d628f1a9100c3d31d3c803690447698a4dbf1f (patch) | |
tree | afcda30b985a7caf95140a2c169463ad2703fe57 | |
parent | 676cf6980606ce6e1b0c39061c0c0f889cfdc6ce (diff) | |
download | hyperkitty-80d628f1a9100c3d31d3c803690447698a4dbf1f.tar.gz hyperkitty-80d628f1a9100c3d31d3c803690447698a4dbf1f.tar.xz hyperkitty-80d628f1a9100c3d31d3c803690447698a4dbf1f.zip |
temporary user profile page
-rw-r--r-- | templates/user_profile.html | 3 |
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 %} |