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