Skip to content

Commit

Permalink
fix: remove rouge print
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulius Juzenas committed Jan 21, 2025
1 parent 08b41d4 commit d6549f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/nvdagen/viewsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def create(self, request):
#Ny formatering av dato
data['timeStart'] = format_datetime(datetime.fromtimestamp(program.timeStart+3600), "EEEE dd. MMMM, 'klokken' H:MM ", locale='nb_NO')
data['header'] = program.header
print(data)
html_message = render_to_string('registered_email.html', context=data)
plain_message = strip_tags(html_message)
send_mail('Nettverksdagene - Påmelding bekreftet for ' + data['name'],
Expand Down

0 comments on commit d6549f4

Please sign in to comment.