Update createArticle.php
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
Seite: Beitrag erstellen
|
Seite: Beitrag erstellen
|
||||||
Inhalt: Formular für die Erstellung eines neuen Beitrags
|
Inhalt: Formular für die Erstellung eines neuen Beitrags
|
||||||
-->
|
-->
|
||||||
<form method="post" action="../php/controller/createArticle-controller.php" id="editor-form" class="wp-editor-scope editor-container">
|
<form method="post" action="php/controller/createArticle-controller.php" id="editor-form" class="wp-editor-scope editor-container">
|
||||||
|
|
||||||
<main class="editor-main">
|
<main class="editor-main">
|
||||||
<input type="text" id="title" name="title" placeholder="Titel hier eingeben" required>
|
<input type="text" id="title" name="title" placeholder="Titel hier eingeben" required>
|
||||||
|
|||||||
Reference in New Issue
Block a user