summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 %}