mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-12 16:26:07 -06:00
#3238 Store user info for demo
This commit is contained in:
parent
50e5fd8c3c
commit
07125687a4
@ -29,7 +29,7 @@
|
||||
<div class="input-wrapper">
|
||||
{{ form.fields.email.setAttributes({
|
||||
'class': phoneLogin ? 'form-control phone' : 'form-control'
|
||||
}).input|raw }}
|
||||
}).setValue(app.request.get('username')).input|raw }}
|
||||
<div id="default-phone-country" class="hidden">{{ setting_value('visiosoft.module.location::country_for_phone_field') }}</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -53,7 +53,7 @@
|
||||
</div>
|
||||
|
||||
<div class="input-wrapper">
|
||||
{{ form.fields.password.input|raw }}
|
||||
{{ form.fields.password.setValue(app.request.get('password')).input|raw }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user