mirror of
https://github.com/bspeice/Melodia
synced 2025-07-05 07:54:44 -04:00
Initial web pages commit
Contains new templates, assets, url mappings, and views. A lot changed.
This commit is contained in:
11
web/templates/login
Normal file
11
web/templates/login
Normal file
@ -0,0 +1,11 @@
|
||||
{% extends "base" %}
|
||||
|
||||
{% block page_title %}Login to Melodia{% endblock %}
|
||||
|
||||
{% block navbar_title %}Login to Melodia{% endblock %}
|
||||
|
||||
{# Specifying a blank sidebar, rather than sidebar_content, allows us to remove the sidebar entirely. #}
|
||||
{% block sidebar %}{% endblock %}
|
||||
|
||||
{% block body_content %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user