summaryrefslogtreecommitdiffstats
path: root/templates/login/index.html
blob: 541f0c1983e2a763c80a1ad14df4b7dfa5a7dfa4 (plain)
1
2
3
4
5
6
{% extends "master.html" %}
{% block main %}
<div class="col-sm-5 col-md-6 col-lg-7 details">
  <p>Redirecting ... {{ redirect }}</p>
</div>
{% endblock %}