Il était une fois DANS l'est
This commit is contained in:
parent
ac0f207a73
commit
b76a93d956
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<title>Il était une fois à l'est</title>
|
||||
<title>Il était une fois dans l'est</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
||||
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% extends 'base.html'%}
|
||||
{% block content %}
|
||||
<h1>Il était une fois à l'est</h1>
|
||||
<h1>Il était une fois dans l'est</h1>
|
||||
<p> {{message|safe}} </p>
|
||||
{% if not upload_allowed %}
|
||||
<p>Les envois de contenu ne sont <em>pas autorisés</em> actuellement.</p>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% load categories %}
|
||||
{% load_categories %}
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||
<a class="navbar-brand" href="{% url "home"%}">Il était une fois à l'est</a>
|
||||
<a class="navbar-brand" href="{% url "home"%}">Il était une fois dans l'est</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue