Compare commits

..

3 commits

Author SHA1 Message Date
Benjamin 8d0bd23f31 User form.as_div instead of tables 2023-03-19 17:53:01 +01:00
Benjamin b2fbd7bc9f Add link to source code 2023-03-19 17:53:01 +01:00
Benjamin 1e0014b4ea Add license header to source files 2023-03-19 17:52:57 +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, 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">

View file

@ -1,5 +1,4 @@
{% 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
@ -16,7 +15,8 @@
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 %}

View file

@ -1,5 +1,4 @@
{% 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
@ -16,7 +15,8 @@
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>

View file

@ -1,5 +1,4 @@
{% 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
@ -16,7 +15,8 @@
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 %}

View file

@ -1,5 +1,4 @@
{% 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
@ -16,7 +15,8 @@
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 %}

View file

@ -1,5 +1,4 @@
{% 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
@ -16,7 +15,8 @@
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>