From a38888cd5803b5183d6d322faf991d82ed5ec752 Mon Sep 17 00:00:00 2001 From: Julien Schmidt <js@stusta.net> Date: Fri, 1 May 2020 21:04:45 +0200 Subject: [PATCH] a little bit less serious --- vote/templates/vote/application.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vote/templates/vote/application.html b/vote/templates/vote/application.html index 6fa632f..bcef443 100644 --- a/vote/templates/vote/application.html +++ b/vote/templates/vote/application.html @@ -19,7 +19,7 @@ <div class="card mb-3"> <div class="card-body p-3"> <h5 class="card-title">Display Name</h5> - <span class="form-text text-muted mb-2">It will be displayed as: <strong>Firstname Lastname (Room)</strong></span> + <span class="form-text text-muted mb-2">Will be displayed as: <strong>Firstname Lastname (Room)</strong></span> <div class="form-row"> <div class="form-group col-md-6 mb-0"> {{ form.first_name|as_crispy_field:"bootstrap4" }} @@ -34,7 +34,7 @@ <div class="card mb-3"> <div class="card-body p-3"> <h5 class="card-title">Contact E-Mail Address</h5> - <span class="form-text text-muted mb-2">You will receive announcements from StuStaNet and support requests here. Your e-mail address will not be public.</span> + <span class="form-text text-muted mb-2">You will receive announcements from StuStaNet and support requests here.<br>Your e-mail address will not be public.</span> <div class="form-row"> <div class="form-group col-md-6 mb-0"> {{ form.email|as_crispy_field:"bootstrap4" }} @@ -48,7 +48,7 @@ <h5 class="card-title">Application Info<span class="ml-2 badge badge-secondary">Optional</span></h5> <span><strong>This information is visible to your house mates!</strong></span> - <span class="form-text text-muted mb-2">What makes you a good candidate? You've been a network admin before? You study something technical? You speak Chinese or Arabic? Let us know!</span> + <span class="form-text text-muted mb-2">What makes you a good candidate? You've been a network admin before? You study something technical? You speak Chinese or Arabic? Your mom thinks you have super powers because you fixed the printer once? Let us know!</span> <div id="div_id_text" class="form-group"> <label for="id_text" class="">Description <small class="text-muted">(max. 250 characters)</small></label> <div class=""> -- GitLab