add costs button
This commit is contained in:
parent
fc1418b60e
commit
63ec2c0084
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
{{form|crispy}}
|
{{form|crispy}}
|
||||||
<button class="btn btn-success" type="abbort">Abbrechen</button>
|
<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 '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>
|
<button class="btn btn-primary" type="submit">Speichern</button>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue