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:
Greg Newman
2023-08-18 10:58:37 -04:00

View File

@@ -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"