chore(lms): better link formatting in letter
This commit is contained in:
parent
ae18216331
commit
3b7d4abd42
@ -77,7 +77,7 @@ dispatchNotificationQualificationRenewal nQualification jRecipient = do
|
|||||||
, mbMeta "address" (prepAddress <$> userPostAddress)
|
, mbMeta "address" (prepAddress <$> userPostAddress)
|
||||||
, toMeta "expiry" expiryDate
|
, toMeta "expiry" expiryDate
|
||||||
, mbMeta "validduration" (show <$> qualificationValidDuration)
|
, mbMeta "validduration" (show <$> qualificationValidDuration)
|
||||||
, toMeta "url" ("<https://drive.fraport.de/?login=" <> lmsIdent <> ">")
|
, toMeta "url" ("[https://drive.fraport.de](https://drive.fraport.de/?login=" <> lmsIdent <> ")")
|
||||||
]
|
]
|
||||||
pdfRenewal pdfMeta >>= \case
|
pdfRenewal pdfMeta >>= \case
|
||||||
Left err -> do
|
Left err -> do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user