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

14 lines
232 B
Plaintext
Raw Normal View History

2022-06-17 07:44:46 +00:00
{% extends 'frontend/base.html.j2' %}
2022-07-15 08:53:06 +00:00
{% block title %}{{ gettext('new app token for {service_name}').format(service_name=service.name) }}{% 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 %}