10 lines
161 B
HTML
10 lines
161 B
HTML
{% extends 'sbas/base.html' %}
|
|
|
|
{% block content %}
|
|
|
|
<h2>Review complete</h2>
|
|
|
|
<p>There are no more questions matching your filters.</p>
|
|
|
|
{% endblock %}
|