Compare commits
3 commits
94a49a494e
...
8d0bd23f31
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d0bd23f31 | ||
|
|
b2fbd7bc9f | ||
|
|
1e0014b4ea |
|
|
@ -1,4 +1,4 @@
|
|||
{% comment %}
|
||||
{#
|
||||
Barn Web App - A collection of web-apps for my family's personal use,
|
||||
including a recipe database.
|
||||
Copyright © 2023 Benjamin Stadlbauer
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
This program comes with a copy of the GNU Affero General Public License
|
||||
file at the root of this project.
|
||||
{% endcomment %}
|
||||
#}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{% extends "base.html" %}
|
||||
{% comment %}
|
||||
{#
|
||||
Barn Web App - A collection of web-apps for my family's personal use,
|
||||
including a recipe database.
|
||||
Copyright © 2023 Benjamin Stadlbauer
|
||||
|
|
@ -16,7 +15,8 @@
|
|||
|
||||
This program comes with a copy of the GNU Affero General Public License
|
||||
file at the root of this project.
|
||||
{% endcomment %}
|
||||
#}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block head %}
|
||||
{% load static %}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{% extends "base_main.html" %}
|
||||
{% comment %}
|
||||
{#
|
||||
Barn Web App - A collection of web-apps for my family's personal use,
|
||||
including a recipe database.
|
||||
Copyright © 2023 Benjamin Stadlbauer
|
||||
|
|
@ -16,7 +15,8 @@
|
|||
|
||||
This program comes with a copy of the GNU Affero General Public License
|
||||
file at the root of this project.
|
||||
{% endcomment %}
|
||||
#}
|
||||
{% extends "base_main.html" %}
|
||||
{% block title %}Barn{% endblock %}
|
||||
{% block main %}
|
||||
<h1>Barn</h1>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{% extends "base_main.html" %}
|
||||
{% comment %}
|
||||
{#
|
||||
Barn Web App - A collection of web-apps for my family's personal use,
|
||||
including a recipe database.
|
||||
Copyright © 2023 Benjamin Stadlbauer
|
||||
|
|
@ -16,7 +15,8 @@
|
|||
|
||||
This program comes with a copy of the GNU Affero General Public License
|
||||
file at the root of this project.
|
||||
{% endcomment %}
|
||||
#}
|
||||
{% extends "base_main.html" %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{% extends "base_main.html" %}
|
||||
{% comment %}
|
||||
{#
|
||||
Barn Web App - A collection of web-apps for my family's personal use,
|
||||
including a recipe database.
|
||||
Copyright © 2023 Benjamin Stadlbauer
|
||||
|
|
@ -16,7 +15,8 @@
|
|||
|
||||
This program comes with a copy of the GNU Affero General Public License
|
||||
file at the root of this project.
|
||||
{% endcomment %}
|
||||
#}
|
||||
{% extends "base_main.html" %}
|
||||
|
||||
{% block main %}
|
||||
{% if form.errors %}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{% extends "base_main.html" %}
|
||||
{% comment %}
|
||||
{#
|
||||
Barn Web App - A collection of web-apps for my family's personal use,
|
||||
including a recipe database.
|
||||
Copyright © 2023 Benjamin Stadlbauer
|
||||
|
|
@ -16,7 +15,8 @@
|
|||
|
||||
This program comes with a copy of the GNU Affero General Public License
|
||||
file at the root of this project.
|
||||
{% endcomment %}
|
||||
#}
|
||||
{% extends "base_main.html" %}
|
||||
{% block title %}Profile {{ user.username }}{% endblock %}
|
||||
{% block main %}
|
||||
<h1>Profile {{ user.username }}</h1>
|
||||
|
|
|
|||
Loading…
Reference in a new issue