fix hamlet description for FFP in Database.hs

This commit is contained in:
Felix Hamann 2019-02-26 22:22:01 +01:00
parent 3c6f0f8dcf
commit 835ca73c2f

View File

@ -224,15 +224,15 @@ fillDb = do
{ courseName = "Fortgeschrittene Funktionale Programmierung" { courseName = "Fortgeschrittene Funktionale Programmierung"
, courseDescription = Just [shamlet| , courseDescription = Just [shamlet|
<h2>It is fun! <h2>It is fun!
<p>Come to where the functional is! <p>Come to where the functional is!
<section> <section>
<h3>Functional programming can be done in Haskell! <h3>Functional programming can be done in Haskell!
<p>This is not a joke, this is serious! <p>This is not a joke, this is serious!
<section> <section>
<h3>Consider some numbers <h3>Consider some numbers
<ul> <ul>
$forall n <- nbrs $forall n <- nbrs
<li>Number #{n} <li>Number #{n}
|] |]
, courseLinkExternal = Nothing , courseLinkExternal = Nothing
, courseShorthand = "FFP" , courseShorthand = "FFP"