diff options
Diffstat (limited to 'templates/registration/base_simple.html')
-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 %} |