{% load staticfiles %} {% block title %} Subjectadmin - create periodadmin demo {% endblock %} {% block css %} {% endblock %}

Devilry demo

{% if success %}

Test course named Test course {{ unique_number }} created successfully. Your username and password is:

Username: testuser{{ unique_number }}
Password: testuser{{ unique_number }}
{% csrf_token %}

to log into your Devilry demo.

{% else %}

Click the button below to create a test course with an active semester.

{% csrf_token %}

{% endif %}
{% if success %}

You can bookmark this page

Save your username and password if you want to be able to log out and in again.

An easy way of saving your login credentials, is to bookmark this page.

{% endif %}