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