Add empty /commit/ page

This commit is contained in:
Joscha 2023-08-05 23:05:12 +02:00
parent eb29f1166a
commit 965efa5b58
4 changed files with 32 additions and 0 deletions

7
templates/commit.html Normal file
View file

@ -0,0 +1,7 @@
{% extends "base.html" %}
{% block title %}commit{% endblock %}
{% block body %}
Sorry, nothing here yet.
{% endblock %}