mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
12 lines
228 B
HTML
12 lines
228 B
HTML
{% extends "YtManagerApp/master_default.html" %}
|
|
{% load static %}
|
|
|
|
{% block body %}
|
|
|
|
{% include 'YtManagerApp/controls/setup_errors_banner.html' %}
|
|
|
|
<h1>Hello</h1>
|
|
<h2>Please log in to continue</h2>
|
|
|
|
{% endblock %}
|