{# test_email_rdbm_ack.html #} {% extends "base.html" %} {% comment %} template parameters: settings: Django settings object {% endcomment %} {% block content %}

Test message sent to RDBM

An e-mail has been sent to the RDBM at {{ settings.RDBM_EMAIL }}.

If this arrives (and it should in the next second or two), all this works:

{% endblock %}