From 80d628f1a9100c3d31d3c803690447698a4dbf1f Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Mon, 18 Jun 2012 19:47:30 -0400 Subject: temporary user profile page --- templates/user_profile.html | 3 +++ 1 file changed, 3 insertions(+) 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 %}

User profiles are under contruction.

{% endblock %} -- cgit