Compare commits

..

3 commits

Author SHA1 Message Date
Benjamin 94a49a494e User form.as_div instead of tables 2023-03-19 18:16:43 +01:00
Benjamin 900e01da1b Add link to source code 2023-03-19 18:16:43 +01:00
Benjamin fb4bd446d4 Add license header to source files 2023-03-19 18:16:43 +01:00
6 changed files with 17 additions and 17 deletions

View file

@ -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">

View file

@ -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 %}

View file

@ -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>

View file

@ -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 %}

View file

@ -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 %}

View file

@ -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>