a looke look

This commit is contained in:
gw3000 2023-06-10 16:45:36 +02:00
parent e72dcd86c5
commit e16d6f3436
9 changed files with 43 additions and 7 deletions

View file

@ -0,0 +1,8 @@
{% extends "base.html" %}
{% load static %}
{% block content %}
<h3>{{ bird.bird }}</h3>
<p>{{ bird.id }}</p>
<p> form </p>
<p>änder und löschen</p>
{% endblock content %}