Add full_width and limited_width templates.

This commit is contained in:
Stephan Porada
2019-10-24 13:13:34 +02:00
parent 6f8a8dbc77
commit dce834c9a1
22 changed files with 101 additions and 28 deletions

View File

@ -1,4 +1,4 @@
{% extends "base.html.j2" %}
{% extends "limited_width.html.j2" %}
{% block page_content %}
<div class="col s12 m4">

View File

@ -1,4 +1,4 @@
{% extends "base.html.j2" %}
{% extends "limited_width.html.j2" %}
{% block page_content %}
<div class="col s12 m4">

View File

@ -1,4 +1,4 @@
{% extends "base.html.j2" %}
{% extends "limited_width.html.j2" %}
{% block page_content %}
<div class="col s12 m4">

View File

@ -1,4 +1,4 @@
{% extends "base.html.j2" %}
{% extends "limited_width.html.j2" %}
{% block page_content %}
<div class="col s12 m4">

View File

@ -1,4 +1,4 @@
{% extends "base.html.j2" %}
{% extends "limited_width.html.j2" %}
{% block title %}Opaque - Confirm your account{% endblock %}