Some formatting

This commit is contained in:
Daan Sprenkels
2018-10-18 17:45:38 +02:00
parent 8acd36a8b7
commit fadf0da61e
4 changed files with 5 additions and 5 deletions

View File

@ -73,7 +73,7 @@
<footer> <footer>
<a href="{% url 'privacy' %}">Privacy (Dutch)</a> | <a href="{% url 'privacy' %}">Privacy (Dutch)</a> |
<a href="{{ issues_url }}" target="_blank">Issues</a> | <a href="{{ issues_url }}" target="_blank">Issues</a> |
Email: <a href="mailto:{{ contact_email }}">{{ contact_email }}</a>.<br> Email: <code>&lt;{{ contact_email }}&gt;</code>.<br>
</footer> </footer>
{% endif %} {% endif %}
</body> </body>

View File

@ -26,7 +26,7 @@ Marietje-Zuid wordt beheerd door units van Olympus. Je kunt ze bereiken op <code
<li>Alle troep die je mee stuurt in je emailcontact met ons.</li> <li>Alle troep die je mee stuurt in je emailcontact met ons.</li>
</ul> </ul>
Voor de duidelijkheid, we slaan *niet* op: Voor de duidelijkheid, we slaan <strong>niet</strong> op:
<ul> <ul>
<li>Je studentnummer.</li> <li>Je studentnummer.</li>

View File

@ -27,8 +27,8 @@
</div> </div>
</div> </div>
<div class="text-center"> <div class="text-center">
Don't have an account? Send an email to &lt;{{ contact_email }}&gt;<br> Don't have an account? Send an email to <code>&lt;{{ contact_email }}&gt;</code>.<br>
<a href="{% url 'forgotpassword' %}" >Forgot your password? Reset password</a> <a href="{% url 'forgotpassword' %}" >Forgot your password?</a>
</div> </div>
</div> </div>
</div> </div>

View File

@ -6,7 +6,7 @@
<div class="row centered-form"> <div class="row centered-form">
<div class="col-xs-12 col-sm-10 col-md-8 col-md-offset-2"> <div class="col-xs-12 col-sm-10 col-md-8 col-md-offset-2">
<center> <center>
<strong>Registration by interface is disabled. To register an account, please send an email to {{ contact_email }} with your C&amp;CZ username and the name of your study.</strong> <strong>Registration by interface is disabled. To register an account, please send an email to <code>&lt;{{ contact_email }}&gt;</code> with your C&amp;CZ username and the name of your study.</strong>
</center> </center>
</div> </div>
</div> </div>