mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
8 lines
134 B
HTML
8 lines
134 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}Dredd.it SSO{% endblock %}
|
|
|
|
{% block content %}
|
|
<a href="/login">Login</a>
|
|
{% endblock %}
|