This commit is contained in:
Ross
2022-02-15 23:25:19 +00:00
parent 1977de4811
commit 81e2d2cb32
3 changed files with 7 additions and 6 deletions
+1
View File
@@ -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
View File
@@ -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