Files
hoopscout/templates/users/profile.html

11 lines
227 B
HTML

{% 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 %}