3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-11-05 01:16:28 +00:00

Remove TMs

This commit is contained in:
Yoann Pétri 2019-06-10 01:01:52 +02:00
parent a9f0d20779
commit f715726a1e
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load static %}
{%block entete%}Gestion de la Coopé{%endblock%}
{%block entete%}Gestion de la Coopé Technopôle Metz{%endblock%}
{% block navbar %}
<ul>

View file

@ -3,7 +3,7 @@
<!DOCTYPE html>
<html>
<head>
<title>{% block title %}Coopé Metz{% endblock %}</title>
<title>{% block title %}Coopé Technopôle Metz{% endblock %}</title>
<link rel="shortcut icon" href="{% static 'favicon16.ico' %}" type="image/x-icon">
<link rel="icon" sizes="16x16" href="{% static 'favicon16.ico' %}" type="image/x-icon">
<link rel="icon" sizes="32x32" href="{% static 'favicon32.ico' %}" type="image/x-icon">