ok here we go, the beginning of user profiles. for now we assume there is a single hard-coded user root
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block variables %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id="wrap">
|
||||
This is where the user gets to log in, or see information about their account if logged in.
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block elements %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user