Set the new structure of gestioCOF
- `cof` is renamed `gestioCOF` - `gestioncof` become `cof` (yes it looks pretty stupid but it is not) - `bds` is created
This commit is contained in:
parent
e32faf6182
commit
5aff771d9c
132 changed files with 331 additions and 307 deletions
20
cof/templates/base_title.html
Normal file
20
cof/templates/base_title.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
{% extends "base_header.html" %}
|
||||
|
||||
{% block interm_content %}
|
||||
<div class="container hidden-xs espace"></div>
|
||||
<div class="container">
|
||||
<div class="row row-centered">
|
||||
<div class="col-xs-12 {%block page_size%}col-sm-12{%endblock%} col-centered" id="main-content">
|
||||
{% block realcontent %}{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="home-menu row row-centered">
|
||||
<div class="visible-xs-block col-xs-12 title-foot">
|
||||
<div class="foot-banner">
|
||||
<h3>Pour tout problème : <tt>cof@ens.fr.</tt></h3>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- /.row.home-menu -->
|
||||
</div>
|
||||
<div class="container hidden-xs espace"></div>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue