9 lines
195 B
HTML
9 lines
195 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block title %}Profile List{% endblock %}
|
||
|
|
||
|
{% block content %}
|
||
|
<div id="registration">
|
||
|
Sorry, you can't list the profiles on this site.
|
||
|
</div>
|
||
|
{% endblock content %}
|