mirror of
https://github.com/nanoy42/coope
synced 2024-11-05 01:16:28 +00:00
Remove TMs
This commit is contained in:
parent
a9f0d20779
commit
f715726a1e
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue