Bläddra i källkod

Have the basics working.

Adam Day 2 år sedan
förälder
incheckning
511d59b058
1 ändrade filer med 5 tillägg och 2 borttagningar
  1. 5 2
      vote/templates/vote/index.html

+ 5 - 2
vote/templates/vote/index.html

@@ -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 %}