mirror of
https://github.com/aronwk-aaron/MSState-Library-ETD.git
synced 2026-01-29 09:00:15 -06:00
Authentication branch
This commit is contained in:
14
app/templates/auth/login.jinja2
Normal file
14
app/templates/auth/login.jinja2
Normal file
@@ -0,0 +1,14 @@
|
||||
{#
|
||||
|
||||
LIKELY NOT NEEDED :)
|
||||
Authentication will occur on SPLASH page?
|
||||
|
||||
#}
|
||||
|
||||
{% extends 'base.jinja2' %}
|
||||
|
||||
{% set navbar_shadow = True %}
|
||||
{% block title %}Login{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
8
app/templates/auth/logout.jinja2
Normal file
8
app/templates/auth/logout.jinja2
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
{% extends 'base.jinja2' %}
|
||||
|
||||
{% set navbar_shadow = True %}
|
||||
{% block title %}Logout{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
8
app/templates/auth/register.jinja2
Normal file
8
app/templates/auth/register.jinja2
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
{% extends 'base.jinja2' %}
|
||||
|
||||
{% set navbar_shadow = True %}
|
||||
{% block title %}Register{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user