mirror of
https://github.com/ae-utbm/sith.git
synced 2025-01-10 00:51:19 +00:00
15 lines
288 B
HTML
15 lines
288 B
HTML
{% load static %}
|
|
{% load i18n %}
|
|
|
|
|
|
<div x-data="existing_user_subscription_form" class="form-content existing-user">
|
|
<fieldset>
|
|
{{ form.as_p }}
|
|
</fieldset>
|
|
<div
|
|
id="subscription-form-user-mini-profile"
|
|
x-html="profileFragment"
|
|
:aria-busy="loading"
|
|
></div>
|
|
</div>
|