{% extends "oahpa.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 navbar %} {% endblock %} {% block page_class %}fixed{% endblock %} {% block settings %} {% include "drills/forms/settings_form.html" %} {% endblock %} {% block game_content %} {% include "drills/forms/game_form.html" %} {% endblock %} {% block instructions %}

Hints

Match number. Ex.) Q: talot, A: taloissa; Q: kirja A: kirjassa.


If a word is capitalized and shouldn't be, I'm working on this.

{% endblock %}