Rename_Document_to_Concept
This commit is contained in:
parent
7e748bd41f
commit
69cf9d3279
9 changed files with 96 additions and 24 deletions
21
templates/cms/concept_detail.html
Normal file
21
templates/cms/concept_detail.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{% 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>
|
||||
<p>{{object.texte|safe}}</p>
|
||||
</div>
|
||||
<div style="height: 600px;width: 400px;">
|
||||
<object data="media/media/EDS_Calendrier_2017.pdf" type="text/html" codetype="application/pdf" ></object>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue