mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 17:42:08 +00:00
Merge branch 'unify-login-forms' of github.com:cppalliance/temp-site into unify-login-forms
# Conflicts: # templates/account/signup.html
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
<label class="text-xs uppercase text-slate dark:text-white/70">{{ field.label }}
|
||||
{{ field }}
|
||||
</label>
|
||||
|
||||
{% if field.help_text %}
|
||||
<small>{{ field.help_text }}</small>
|
||||
{% endif %}
|
||||
@@ -67,6 +68,7 @@
|
||||
<input type="hidden" name="{{ redirect_field_name }}" value="{{ redirect_field_value }}"/>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div class="my-3 text-center">
|
||||
<button type="submit"
|
||||
class="py-3 px-8 text-sm text-base font-medium text-white uppercase rounded-md border md:py-1 md:px-4 md:text-lg bg-orange hover:bg-orange/80 border-orange dark:bg-slate dark:hover:bg-charcoal dark:text-white hover:drop-shadow-md"
|
||||
|
||||
Reference in New Issue
Block a user