add costs button

This commit is contained in:
gw3000 2023-07-15 12:38:51 +02:00
parent fc1418b60e
commit 63ec2c0084

View file

@ -13,6 +13,7 @@
{{form|crispy}}
<button class="btn btn-success" type="abbort">Abbrechen</button>
<a href="{% url 'bird_delete' bird.id %}" class="btn btn-danger">Löschen</a>
<a href="{% url 'costs_create' %}" class="btn btn-warning">Eine Buchung anlegen</a>
<button class="btn btn-primary" type="submit">Speichern</button>
</fieldset>
</form>