bornhack-website/profiles/templates/profiles/profile_detail.html

15 lines
272 B
HTML

{% extends 'base.html' %}
{% block content %}
<div class="cover">
<p class="lead">
Yeah! You now have a BornHack user!
</p>
<p>
<a href="{% url 'profiles:update' %}">
Edit your profile
</a>
</p>
</div>
{% endblock %}