a looke look
This commit is contained in:
parent
e72dcd86c5
commit
e16d6f3436
9 changed files with 43 additions and 7 deletions
9
rescuer/templates/rescuer/rescuer_all.html
Normal file
9
rescuer/templates/rescuer/rescuer_all.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{% extends "base.html" %}
|
||||
{% load static %}
|
||||
{% block content %}
|
||||
<h3>Übersicht aller Finder</h3>
|
||||
|
||||
<p> form </p>
|
||||
<p>änder und löschen</p>
|
||||
|
||||
{% endblock content %}
|
|
@ -1 +1,9 @@
|
|||
<h1>Single rescuer</h1>
|
||||
{% extends "base.html" %}
|
||||
{% load static %}
|
||||
{% block content %}
|
||||
<h3>{{ rescuer.first_name }} {{ rescuer.last_name }}</h3>
|
||||
|
||||
<p> form </p>
|
||||
<p>änder und löschen</p>
|
||||
|
||||
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue