lenticular_cloud2/lenticular_cloud/template/frontend/app_token_new.html.j2

14 lines
179 B
Plaintext
Raw Permalink Normal View History

2022-06-17 07:44:46 +00:00
{% extends 'frontend/base.html.j2' %}
2023-10-22 17:45:37 +00:00
{% block title %}{{ gettext('new app token') }}{% endblock %}
2022-06-17 07:44:46 +00:00
{% block content %}
2022-07-15 08:53:06 +00:00
<div>
2022-06-17 07:44:46 +00:00
{{ render_form(form) }}
</div>
{% endblock %}