aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2020-07-28 20:40:06 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2020-07-28 20:40:06 +0200
commit8c8981891e1fccc4a4491ffe02c26a9d4279f0e6 (patch)
tree7f73b6ae37bfa9edf43aae177e6b4fb0b66feb4c /templates/registration
parentabout page and licence (diff)
downloadscout-subs-8c8981891e1fccc4a4491ffe02c26a9d4279f0e6.tar.gz
scout-subs-8c8981891e1fccc4a4491ffe02c26a9d4279f0e6.zip
local font feching, list for non interactive items
Diffstat (limited to 'templates/registration')
-rw-r--r--templates/registration/base.html2
-rw-r--r--templates/registration/base_client.html4
-rw-r--r--templates/registration/base_custom.html2
-rw-r--r--templates/registration/base_simple.html2
4 files changed, 5 insertions, 5 deletions
diff --git a/templates/registration/base.html b/templates/registration/base.html
index 7af2fb7..ae0b536 100644
--- a/templates/registration/base.html
+++ b/templates/registration/base.html
@@ -2,7 +2,7 @@
<html>
<head>
{% load static %}
- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
+ <link rel="stylesheet" type="text/css" href="{% static 'material_icons.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'materialize.min.css' %}">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta charset="utf-8">
diff --git a/templates/registration/base_client.html b/templates/registration/base_client.html
index fb106d0..b6c3251 100644
--- a/templates/registration/base_client.html
+++ b/templates/registration/base_client.html
@@ -2,7 +2,7 @@
<html>
<head>
{% load static %}
- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
+ <link rel="stylesheet" type="text/css" href="{% static 'material_icons.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'materialize.min.css' %}">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta charset="utf-8">
@@ -21,7 +21,7 @@
<li><a class="tooltipped" data-position="bottom" data-tooltip="Preferenze" href="{% url 'personal' %}">{{ user.username }}</a></li>
{% endif %}
{% if user.username != "" %}
- <li><a href="{% url 'about' %}"><i class="material-icons">info_outline</i></a></li>
+ <li><a class="tooltipped" data-position="bottom" data-tooltip="Informazioni" href="{% url 'about' %}"><i class="material-icons">info_outline</i></a></li>
<li>
<a class="tooltipped" data-position="bottom" data-tooltip="Logout" href="{% url 'logout' %}"><i class="material-icons">exit_to_app</i></a>
</li>
diff --git a/templates/registration/base_custom.html b/templates/registration/base_custom.html
index 7a5bfee..89c665a 100644
--- a/templates/registration/base_custom.html
+++ b/templates/registration/base_custom.html
@@ -2,7 +2,7 @@
<html>
<head>
{% load static %}
- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
+ <link rel="stylesheet" type="text/css" href="{% static 'material_icons.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'materialize.min.css' %}">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta charset="utf-8">
diff --git a/templates/registration/base_simple.html b/templates/registration/base_simple.html
index 980aeca..ecafd0c 100644
--- a/templates/registration/base_simple.html
+++ b/templates/registration/base_simple.html
@@ -2,7 +2,7 @@
<html>
<head>
{% load static %}
- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
+ <link rel="stylesheet" type="text/css" href="{% static 'material_icons.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'materialize.min.css' %}">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta charset="utf-8">