mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
up templates
This commit is contained in:
parent
71bce538af
commit
a39b6239b0
71 changed files with 1536 additions and 262 deletions
11
templates/expense/new.html.twig
Normal file
11
templates/expense/new.html.twig
Normal file
|
@ -0,0 +1,11 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}New Expense{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Create new Expense</h1>
|
||||
|
||||
{{ include('expense/_form.html.twig') }}
|
||||
|
||||
<a href="{{ path('app_expense_index') }}">back to list</a>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue