Compare commits
3 commits
8d0bd23f31
...
94a49a494e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94a49a494e | ||
|
|
900e01da1b | ||
|
|
fb4bd446d4 |
|
|
@ -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,4 +1,5 @@
|
|||
{#
|
||||
{% 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
|
||||
|
|
@ -15,8 +16,7 @@
|
|||
|
||||
This program comes with a copy of the GNU Affero General Public License
|
||||
file at the root of this project.
|
||||
#}
|
||||
{% extends "base.html" %}
|
||||
{% endcomment %}
|
||||
|
||||
{% block head %}
|
||||
{% load static %}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{#
|
||||
{% 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
|
||||
|
|
@ -15,8 +16,7 @@
|
|||
|
||||
This program comes with a copy of the GNU Affero General Public License
|
||||
file at the root of this project.
|
||||
#}
|
||||
{% extends "base_main.html" %}
|
||||
{% endcomment %}
|
||||
{% block title %}Barn{% endblock %}
|
||||
{% block main %}
|
||||
<h1>Barn</h1>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{#
|
||||
{% 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
|
||||
|
|
@ -15,8 +16,7 @@
|
|||
|
||||
This program comes with a copy of the GNU Affero General Public License
|
||||
file at the root of this project.
|
||||
#}
|
||||
{% extends "base_main.html" %}
|
||||
{% endcomment %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{#
|
||||
{% 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
|
||||
|
|
@ -15,8 +16,7 @@
|
|||
|
||||
This program comes with a copy of the GNU Affero General Public License
|
||||
file at the root of this project.
|
||||
#}
|
||||
{% extends "base_main.html" %}
|
||||
{% endcomment %}
|
||||
|
||||
{% block main %}
|
||||
{% if form.errors %}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{#
|
||||
{% 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
|
||||
|
|
@ -15,8 +16,7 @@
|
|||
|
||||
This program comes with a copy of the GNU Affero General Public License
|
||||
file at the root of this project.
|
||||
#}
|
||||
{% extends "base_main.html" %}
|
||||
{% endcomment %}
|
||||
{% block title %}Profile {{ user.username }}{% endblock %}
|
||||
{% block main %}
|
||||
<h1>Profile {{ user.username }}</h1>
|
||||
|
|
|
|||
Loading…
Reference in a new issue