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

6 lines
146 B
HTML
Raw Normal View History

2022-07-29 18:56:44 +02:00
{% extends "../base.html" %}
{% block content %}
2022-07-30 18:53:47 +02:00
<h2>Tworzenie oferty</h2>
<offer-form {{h.account_id_tag(account)}}></offer-form>
2022-07-29 18:56:44 +02:00
{% endblock %}