oswilno/server/assets/templates/marketplace/new.html
2022-07-30 18:53:47 +02:00

6 lines
146 B
HTML

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