first commit
This commit is contained in:
11
Base/templates/Login/Dashboard.html
Normal file
11
Base/templates/Login/Dashboard.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends "BaseLogin.html" %}
|
||||
{% block title %} Dashboard {% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h1> {{ Day }} </h1>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user