k4ever/k4ever/main/templates/registration/login.html

8 lines
110 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block "content" %}
2011-03-04 21:46:05 +01:00
{% include "registration/loginForm.html" %}
{% endblock %}