Skip to content
Snippets Groups Projects
Commit a38888cd authored by Julien Schmidt's avatar Julien Schmidt
Browse files

a little bit less serious

parent 6a053347
No related branches found
No related tags found
No related merge requests found
Pipeline #455 passed
......@@ -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="">
......
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