Add Draft categorie to new_article
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
<input type="radio" name="status" value="private" checked> Privé
|
||||
<input type="radio" name="status" value="public"> Publique
|
||||
{% else %}
|
||||
<input type="radio" name="status" value="draft"> Brouillon
|
||||
<input type="radio" name="status" value="private" checked> Privé
|
||||
<input type="radio" name="status" value="draft" checked> Brouillon
|
||||
<input type="radio" name="status" value="private"> Privé
|
||||
<input type="radio" name="status" value="public"> Publique
|
||||
|
||||
{% endif %}
|
||||
@@ -38,6 +38,7 @@
|
||||
|
||||
<fieldset>
|
||||
<label>
|
||||
|
||||
{% if oldpost['status'] == "private_unified" or oldpost['status'] == "public_unified" %}
|
||||
<input id="blog-unified" name="blog-unified" type="checkbox" role="switch" checked />
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user