oswilno/server/assets/templates/offers/index.html

9 lines
183 B
HTML
Raw Normal View History

2022-07-18 16:23:07 +02:00
{% extends "../base.html" %}
{% block content %}
<marketplace-offers>
2022-07-22 21:32:33 +02:00
<h2>Sprzedaż niepotrzebnych rzeczy</h2>
2022-07-19 22:05:54 +02:00
2022-07-18 16:23:07 +02:00
<offer-form></offer-form>
</marketplace-offers>
{% endblock %}