phase2: add modular apps, auth scaffolding, and base template routing
This commit is contained in:
10
templates/users/profile.html
Normal file
10
templates/users/profile.html
Normal file
@ -0,0 +1,10 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}HoopScout | Profile{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="panel">
|
||||
<h1>Profile</h1>
|
||||
<p>Profile management scaffolding for future phases.</p>
|
||||
</section>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user