14 lines
285 B
HTML
14 lines
285 B
HTML
{% extends "base.html" %}
|
|
{% block big-links %}
|
|
{% endblock %}
|
|
{% block content %}
|
|
<h2>
|
|
Alpha test code
|
|
</h2>
|
|
<p>
|
|
Although addresses in the database mostly are real, all personal data in the database
|
|
is randomly generated and does not represent real people.
|
|
</p>
|
|
{% endblock %}
|
|
|