fix(html-field): remove warning about html-input
This commit is contained in:
parent
c072b85299
commit
d0358b4a50
@ -270,7 +270,6 @@ postMaterialNewR tid ssh csh = do
|
|||||||
siteLayoutMsg headingLong $ do
|
siteLayoutMsg headingLong $ do
|
||||||
setTitleI headingShort
|
setTitleI headingShort
|
||||||
editWidget
|
editWidget
|
||||||
$(i18nWidgetFile "html-input")
|
|
||||||
|
|
||||||
handleMaterialEdit :: TermId -> SchoolId -> CourseShorthand -> CourseId -> Maybe MaterialForm -> (Material -> DB (Maybe MaterialId)) -> Handler Widget
|
handleMaterialEdit :: TermId -> SchoolId -> CourseShorthand -> CourseId -> Maybe MaterialForm -> (Material -> DB (Maybe MaterialId)) -> Handler Widget
|
||||||
handleMaterialEdit tid ssh csh cid template dbMaterial = do
|
handleMaterialEdit tid ssh csh cid template dbMaterial = do
|
||||||
|
|||||||
@ -1,9 +0,0 @@
|
|||||||
$newline never
|
|
||||||
<h3>Hinweis: Leerzeilen werden entfernt!
|
|
||||||
<p>
|
|
||||||
Das Eingabefeld akzeptiert derzeit nur Html.<br />
|
|
||||||
Zeilumbrüche spielen dementsprechend keine Rolle, können aber mit #
|
|
||||||
<code><br>
|
|
||||||
eingefügt werden.
|
|
||||||
<p>
|
|
||||||
Für die Zukunft ist Markdown Unterstützung inklusive Editor geplant.
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
$newline never
|
|
||||||
<h3>Attention: line breaks will be removed!
|
|
||||||
<p>
|
|
||||||
The text area currently accepts only Html.<br />
|
|
||||||
|
|
||||||
Thus any linebreaks will be ignored but can be added using #
|
|
||||||
<code><br>
|
|
||||||
.
|
|
||||||
<p>
|
|
||||||
We plan to support Markdown in the future.
|
|
||||||
Reference in New Issue
Block a user