diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2022-05-31 16:07:38 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2022-05-31 16:07:38 +0200 |
commit | 8123b8e19f313ff7e5e6ede0f106cf3a3c19d756 (patch) | |
tree | e55f9f061bc5e53e3b7c70c8c0d75e7a255feb0f /templates/registration/base_simple.html | |
parent | doclist add group count and quick filters (diff) | |
download | scout-subs-8123b8e19f313ff7e5e6ede0f106cf3a3c19d756.tar.gz scout-subs-8123b8e19f313ff7e5e6ede0f106cf3a3c19d756.zip |
get icons directly from google
Diffstat (limited to '')
-rw-r--r-- | templates/registration/base_simple.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/registration/base_simple.html b/templates/registration/base_simple.html index 30f7e32..11b71ac 100644 --- a/templates/registration/base_simple.html +++ b/templates/registration/base_simple.html @@ -5,7 +5,7 @@ <html> <head> {% load static %} - <link rel="stylesheet" type="text/css" href="{% static 'material_icons.css' %}"> + <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="{% static 'materialize.min.css' %}"> <style> {% block style %} |