|
@@ -26,8 +26,11 @@
|
|
|
|
|
|
<div class="shadow-md border-end" id="form-container">
|
|
|
<div class="form-block">
|
|
|
- <div class="text-center mb-5">
|
|
|
- <h1 class="display-3"><i class="ri-voiceprint-line"></i> AskPatron</h1>
|
|
|
+ <div class="text-center mb-3">
|
|
|
+ <h1 class="display-4 mb-5"><i class="ri-shield-user-line"></i> Voter Info</h1>
|
|
|
+ <div class="alert alert-primary" role="alert">
|
|
|
+ <i class="ri-information-line"></i> Your voter information is collected solely to prevent duplicate entries and is not linked to answers for any question.
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="voter_info">
|
|
|
{% bootstrap_field form.first_name show_label=False %}
|