Mercurial > libervia-templates
comparison default/ticket/create.html @ 140:b1e22caab8bc
ticket (item), merge-request (item): added "edit" button when url_ticket_edit is defined
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 01 Jun 2018 12:47:54 +0200 |
parents | 9834106678da |
children |
comparison
equal
deleted
inserted
replaced
139:909361c96a58 | 140:b1e22caab8bc |
---|---|
1 {# creata a new ticket #} | 1 {# create a new ticket #} |
2 | 2 |
3 {% set category_menu = [('tickets_list', url_tickets_list)] %} | 3 {% set category_menu = [('tickets_list', url_tickets_list)] %} |
4 {% extends 'base/base.html' %} | 4 {% extends 'base/base.html' %} |
5 {% import 'input/form.html' as form with context %} | 5 {% import 'input/form.html' as form with context %} |
6 {% import 'input/field.html' as field with context %} | 6 {% import 'input/field.html' as field with context %} |