mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
changement de positionnement du bouton a propos, désormais en lien sur le footer
This commit is contained in:
parent
18d51628c5
commit
f8c66c50bd
1 changed files with 3 additions and 9 deletions
|
@ -33,13 +33,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
<head prefix="og: http://ogp.me/ns#">
|
||||
<meta property="og:title" content="Re2o" />
|
||||
<meta property="og:type" content="website" />
|
||||
{% if request.is_secure %}
|
||||
<meta property="og:url" content="https://{{request.get_host}}" />
|
||||
<meta property="og:image" content="https://{{request.get_host}}/static/logo/re2o.png"/>
|
||||
{%else%}
|
||||
<meta property="og:url" content="http://{{request.get_host}"/>
|
||||
<meta property="og:image" content="http://{{request.get_host}}/static/logo/re2o.png"/>
|
||||
{%endif%}
|
||||
<meta property="og:url" content="\\{{request.get_host}}" />
|
||||
<meta property="og:image" content="\\{{request.get_host}}/static/logo/re2o.png"/>
|
||||
<meta property="og:description" content="Site de gestion de réseau supporté par FedeRez." />
|
||||
{# Load CSS and JavaScript #}
|
||||
{% bootstrap_css %}
|
||||
|
@ -91,7 +86,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
{% can_view_app logs %}
|
||||
<li><a href="{% url "logs:index" %}">Statistiques</a></li>
|
||||
{% acl_end %}
|
||||
<li><a href="{% url "about" %}">À propos</a></li>
|
||||
</ul>
|
||||
<div class="col-sm-3 col-md-3 navbar-right">
|
||||
<form action="{% url "search:search"%}" class="navbar-form" role="search">
|
||||
|
@ -226,7 +220,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
<footer class="navbar">
|
||||
<div class="containerfluid text-center">
|
||||
<p>Re2o 2016-2018 - Gabriel Détraz, <a href="https://gitlab.rezometz.org/lhark">Goulven Kermarec</a>, Augustin Lemesle, Maël Kervella, Hugo Levy-Falk</p>
|
||||
<p> <a href="\\{{request.get_host}}/about/">Re2o 2016-2018</a> - Gabriel Détraz, <a href="https://gitlab.rezometz.org/lhark">Goulven Kermarec</a>, Augustin Lemesle, Maël Kervella, Hugo Levy-Falk</p>
|
||||
</div>
|
||||
</footer>
|
||||
{# Read the documentation for more information #}
|
||||
|
|
Loading…
Reference in a new issue