aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/base_custom.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/base_custom.html')
-rw-r--r--templates/registration/base_custom.html2
1 files changed, 1 insertions, 1 deletions
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">