fnp
/
cas.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upgrades.
[cas.git]
/
src
/
cas
/
templates
/
base.html
diff --git
a/src/cas/templates/base.html
b/src/cas/templates/base.html
index
570e404
..
849809b
100644
(file)
--- a/
src/cas/templates/base.html
+++ b/
src/cas/templates/base.html
@@
-3,7
+3,8
@@
{% load static %}
<head>
<meta charset="utf-8" />
{% load static %}
<head>
<meta charset="utf-8" />
- <title>{% block title %}Logowanie{% endblock %} | Fundacja Nowoczesna Polska</title>
+ <title>{% block title %}Logowanie{% endblock %} | Fundacja Wolne Lektury</title>
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<link rel="stylesheet" href="{% static 'css/main.css' %}"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
{% block extrahead %}
<link rel="stylesheet" href="{% static 'css/main.css' %}"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
{% block extrahead %}
@@
-13,9
+14,9
@@
<div id="header-wrap">
<header>
<a href="/">
<div id="header-wrap">
<header>
<a href="/">
- <img title="Fundacja
Nowoczesna Polska
"
- alt="Fundacja
Nowoczesna Polska
"
-
src="{% static 'fnp_black.pn
g' %}">
+ <img title="Fundacja
Wolne Lektury
"
+ alt="Fundacja
Wolne Lektury
"
+
src="{% static 'logo.sv
g' %}">
</a>
</header>
</div>
</a>
</header>
</div>