Browse Source

Remove TMs

pull/1/head
Yoann Piétri 7 years ago
parent
commit
f715726a1e
  1. 2
      gestion/templates/gestion/manage.html
  2. 2
      templates/base.html

2
gestion/templates/gestion/manage.html

@ -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>

2
templates/base.html

@ -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…
Cancel
Save