From 858517b6cd05e62c5864edbef8dc635d4d9dc9ff Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Wed, 26 Apr 2023 23:40:51 +0200 Subject: [PATCH] Remove old template --- .../pflaenzli/templates/user/offers.html.twig | 59 ------------------- 1 file changed, 59 deletions(-) delete mode 100644 pflaenzli/pflaenzli/templates/user/offers.html.twig diff --git a/pflaenzli/pflaenzli/templates/user/offers.html.twig b/pflaenzli/pflaenzli/templates/user/offers.html.twig deleted file mode 100644 index 767c65f..0000000 --- a/pflaenzli/pflaenzli/templates/user/offers.html.twig +++ /dev/null @@ -1,59 +0,0 @@ -{% extends 'base.html.twig' %} - -{% block title %}My offers{% endblock %} - -{% block content %} - {% for message in app.flashes('success') %} - - {% endfor %} -

My Offers

- {% if offers|length > 0 %} -
- {% for offer in offers %} -
- - - -
- {% endfor %} -
- {% else %} - - {% endif %} -{% endblock %} \ No newline at end of file