Work on blog
rewrite entire blog section
This commit is contained in:
@@ -32,6 +32,18 @@
|
||||
<input type="radio" name="status" value="public">Public<br>
|
||||
</div>
|
||||
<br/>
|
||||
|
||||
<fieldset>
|
||||
<label>
|
||||
{% if blog_unified == "True" %}
|
||||
<input id="blog-unified" name="blog-unified" type="checkbox" role="switch" checked />
|
||||
{% else %}
|
||||
<input id="blog-unified" name="blog-unified" type="checkbox" role="switch" />
|
||||
{% endif %}
|
||||
Publier cet article dans le blog général
|
||||
</label>
|
||||
</fieldset>
|
||||
|
||||
<button type="submit"> Créer l'article </button>
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user