oswilno/server/assets/templates/marketplace/new.html

8 lines
197 B
HTML

{% extends "../base.html" %}
{% block content %}
<marketplace-offers {{h.account_id_tag(account)}}>
<h2>Tworzenie oferty</h2>
<offer-form></offer-form>
</marketplace-offers>
{% endblock %}