mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-09 18:52:23 +01:00
Some formatting
This commit is contained in:
@ -73,7 +73,7 @@
|
||||
<footer>
|
||||
<a href="{% url 'privacy' %}">Privacy (Dutch)</a> |
|
||||
<a href="{{ issues_url }}" target="_blank">Issues</a> |
|
||||
Email: <a href="mailto:{{ contact_email }}">{{ contact_email }}</a>.<br>
|
||||
Email: <code><{{ contact_email }}></code>.<br>
|
||||
</footer>
|
||||
{% endif %}
|
||||
</body>
|
||||
|
||||
@ -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>
|
||||
</ul>
|
||||
|
||||
Voor de duidelijkheid, we slaan *niet* op:
|
||||
Voor de duidelijkheid, we slaan <strong>niet</strong> op:
|
||||
|
||||
<ul>
|
||||
<li>Je studentnummer.</li>
|
||||
|
||||
@ -27,8 +27,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="text-center">
|
||||
Don't have an account? Send an email to <{{ contact_email }}><br>
|
||||
<a href="{% url 'forgotpassword' %}" >Forgot your password? Reset password</a>
|
||||
Don't have an account? Send an email to <code><{{ contact_email }}></code>.<br>
|
||||
<a href="{% url 'forgotpassword' %}" >Forgot your password?</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<div class="row centered-form">
|
||||
<div class="col-xs-12 col-sm-10 col-md-8 col-md-offset-2">
|
||||
<center>
|
||||
<strong>Registration by interface is disabled. To register an account, please send an email to {{ contact_email }} with your C&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><{{ contact_email }}></code> with your C&CZ username and the name of your study.</strong>
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user