{% extends "smaoahpa.html" %}
{% comment %}
Working on a redo of the form, this is called by new_views. This is
not a drop-in substitute for the existing forms, and is somewhat
dependent on that specific code (which is different from the
existing view code). If you still see this comment, then work is
incomplete.
{% endcomment %}
{% load i18n %}
{% block page_class %}fixed{% endblock %}
{% block settings %}
{% include "drills/forms/settings_form.html" %}
{% endblock %}
{% block game_content %}
{% include "drills/forms/game_form.html" %}
{% endblock %}