citavi_mapper/frontend/templates/login.html

6 lines
96 B
HTML
Raw Normal View History

{% extends "layout/base.html" %}
{% block content %}
<p>
LOGIN FORM HERE
</p>
{% endblock %}