.
This commit is contained in:
@@ -658,6 +658,7 @@ input {
|
||||
background-color: black;
|
||||
border: dashed 1px gray;
|
||||
padding-left: 1em;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.sba-answer-list {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<p class="pre-whitespace"><b>Description:</b> {{ case.description }}</p>
|
||||
|
||||
<p>
|
||||
Presentation:
|
||||
<b>Presentation:</b>
|
||||
<ul>
|
||||
{% for presentation in case.presentation.all %}
|
||||
<li>{{presentation.get_link}}</li>
|
||||
@@ -104,7 +104,7 @@
|
||||
<li>{{sub.get_link}}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
Pathological Process:
|
||||
<b>Pathological Process:</b>
|
||||
<ul>
|
||||
{% for p in case.pathological_process.all %}
|
||||
<li>{{p.get_link}}</li>
|
||||
|
||||
+4
-4
@@ -254,11 +254,11 @@ DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
|
||||
|
||||
EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
|
||||
|
||||
EMAIL_HOST = "mail.xkjq.uk"
|
||||
EMAIL_HOST_USER = "test@xkjq.uk"
|
||||
EMAIL_HOST_PASSWORD = "b=GzK~4$oRVE"
|
||||
EMAIL_HOST = "smtp.office365.com "
|
||||
EMAIL_HOST_USER = "Penra.courses@nhs.net"
|
||||
EMAIL_HOST_PASSWORD = '"got3<}%o"~\J",\Di3<'
|
||||
EMAIL_PORT = 587
|
||||
EMAIL_USE_TLS = False
|
||||
EMAIL_USE_TLS = True
|
||||
EMAIL_USE_SSl = False
|
||||
DEFAULT_FROM_EMAIL = EMAIL_HOST_USER
|
||||
|
||||
|
||||
Reference in New Issue
Block a user