Ultime commit!
This commit is contained in:
parent
729bc1bea1
commit
f767b7a41b
25 changed files with 186 additions and 532 deletions
|
|
@ -1,13 +1,13 @@
|
|||
{% extends "./base_site.html" %}
|
||||
{% load i18n static %}
|
||||
{% block coltype %}colMS{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div id="content-main">
|
||||
<div style="margin:auto;width:50%;">
|
||||
<h1><b>{{object}}</b></h1>
|
||||
<div style="margin:auto;width:80%;">
|
||||
<h1>{{ object }}</h1>
|
||||
{% if object.published %}
|
||||
<p>{{object.texte|safe}}</p>
|
||||
<p>{{ object.texte|safe }}</p>
|
||||
{% else %}
|
||||
<p>Le document est en travail</p>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue