mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
3.2.4
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<div class="col-md-8">
|
||||
<div class="form-group">
|
||||
<label>Titre</label>
|
||||
<input class="form-control" type="text" name="title">
|
||||
<input class="form-control" type="text" name="title" required>
|
||||
<small class="form-text text-muted">Titre de la nouvelle à publier</small>
|
||||
</div>
|
||||
</div>
|
||||
@@ -33,7 +33,7 @@
|
||||
<div class="col-md-12">
|
||||
<div class="form-group">
|
||||
<label>Contenu</label>
|
||||
<textarea id="body" name="body"></textarea>
|
||||
<textarea id="body" name="body" required></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
|
||||
Reference in New Issue
Block a user