2017-03-19 12:36:57 +00:00
|
|
|
{{#if hasPubkey}}
|
|
|
|
<form method="post" id="download-pubkey" action="/subscription/publickey" style="display: none;">
|
|
|
|
<input type="hidden" name="_csrf" value="{{csrfToken}}">
|
|
|
|
<input type="hidden" name="cid" value="{{cid}}">
|
|
|
|
</form>
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
<form id="main-form" method="post" action="/subscription/{{lcid}}/manage">
|
|
|
|
<input type="hidden" name="_csrf" value="{{csrfToken}}">
|
|
|
|
<input type="hidden" name="cid" value="{{cid}}">
|
|
|
|
<input type="hidden" class="tz-detect" name="tz" id="tz" value="{{tz}}">
|
|
|
|
|
|
|
|
{{> subscription_custom_fields}}
|
|
|
|
|
2020-08-31 14:16:06 +00:00
|
|
|
<button type="submit">{{#translate}}updateProfile{{/translate}}</button>
|
2017-03-19 12:36:57 +00:00
|
|
|
</form>
|
|
|
|
|
|
|
|
<script src="/moment/moment.min.js"></script>
|
|
|
|
<script src="/moment/moment-timezone-with-data.min.js"></script>
|