mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
full width form fields 'everywhere'
also distinguish between labeled/placeholder style
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<form method="post" action=".">
|
||||
{% csrf_token %}
|
||||
|
||||
{% tailwind_formfield form.email %}
|
||||
{% tailwind_formfield_implicit form.email %}
|
||||
|
||||
<button class="bg-slate-800 font-medium p-2 md:p-4 text-white uppercase w-full">Reset password</button>
|
||||
</form>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<form method="post" action=".">
|
||||
{% csrf_token %}
|
||||
|
||||
{% tailwind_formfield form.email %}
|
||||
{% tailwind_formfield_implicit form.email %}
|
||||
|
||||
<button class="bg-slate-800 font-medium p-2 md:p-4 text-white uppercase w-full">Resend verification email</button>
|
||||
</form>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
<form method="post" action=".">
|
||||
{% csrf_token %}
|
||||
|
||||
{% tailwind_formfield form.new_password1 %}
|
||||
{% tailwind_formfield form.new_password2 %}
|
||||
{% tailwind_formfield_implicit form.new_password1 %}
|
||||
{% tailwind_formfield_implicit form.new_password2 %}
|
||||
|
||||
<input type="hidden" name="next" value="{{ next }}" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user