Apparently I should've rendered the emails in plain text.
[htsworkflow.git] / htsworkflow / frontend / experiments / views.py
index a6cd2412efdf9fd2bc6a4da681e6117a290a9d6e..3505a3bf594e7cfbd0b50afce09f6374e504280d 100755 (executable)
@@ -66,7 +66,7 @@ def startedEmail(request, pk):
     flowcell_users = getUsersForFlowcell(fc)
     estimate_low, estimate_high = estimateFlowcellDuration(fc)
     email_verify = get_template('experiments/email_preview.html')
-    email_template = get_template('experiments/started_email.html')
+    email_template = get_template('experiments/started_email.txt')
     sender = settings.NOTIFICATION_SENDER
 
     warnings = []