Skip to content
Snippets Groups Projects
Commit 543f77c4 authored by Andrea Callia D'Iddio's avatar Andrea Callia D'Iddio Committed by Ivan Procaccini
Browse files

Fix: solved issue of disappearing text field (apparently a browser representation bug).

parent 66233d9c
No related branches found
No related tags found
1 merge request!2Fix: solved issue of disappearing text field (apparently a browser representation bug).
......@@ -19,8 +19,8 @@
<div class="w3-quarter">
{{ form.is_student_proposal(class="w3-check", id="is-student-proposal") }}&ensp;{{ form.is_student_proposal.label }}
</div>
<div class="w3-rest">
{{ form.on_behalf(placeholder="Student username", class="w3-input w3-border", id="student-proposer") }}
<div class="w3-threequarter">
{{ form.on_behalf(placeholder="Student proposer", class="w3-input w3-border", id="student-proposer") }}
</div>
</section>
<button type="submit" class="w3-btn w3-{{ theme_colour }}">Save</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment