Merge branch 'master' into stable
This commit is contained in:
commit
623b2a94d6
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class KorekturyView(generic.TemplateView):
|
|||
'''
|
||||
|
||||
# parametry e-mailu
|
||||
odkaz = "https://mam.mff.cuni.cz:1443/korektury/{}/".format(oprava.pdf.pk)
|
||||
odkaz = "https://mam.mff.cuni.cz/korektury/{}/".format(oprava.pdf.pk)
|
||||
from_email = 'korekturovatko@mam.mff.cuni.cz'
|
||||
subject = u'Nová korektura od {} v {}'.format(autor,
|
||||
oprava.pdf.nazev)
|
||||
|
|
Loading…
Reference in a new issue