aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/base_client.html
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2022-05-31 16:07:38 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2022-05-31 16:07:38 +0200
commit8123b8e19f313ff7e5e6ede0f106cf3a3c19d756 (patch)
treee55f9f061bc5e53e3b7c70c8c0d75e7a255feb0f /templates/registration/base_client.html
parentdoclist add group count and quick filters (diff)
downloadscout-subs-8123b8e19f313ff7e5e6ede0f106cf3a3c19d756.tar.gz
scout-subs-8123b8e19f313ff7e5e6ede0f106cf3a3c19d756.zip
get icons directly from google
Diffstat (limited to 'templates/registration/base_client.html')
-rw-r--r--templates/registration/base_client.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/registration/base_client.html b/templates/registration/base_client.html
index cb282b5..ff0b9d8 100644
--- a/templates/registration/base_client.html
+++ b/templates/registration/base_client.html
@@ -6,7 +6,7 @@
<head>
{% load static %}
{% load app_filter %}
- <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>
input[type=text]:focus + label, .materialize-textarea:focus:not([readonly]) + label {
@@ -117,7 +117,7 @@
{% endblock %}
<ul class="right">
{% if user.is_staff or perms.client.staff %}
- <li class="userswitcher" data-target='userswitcher'><a href="#">{{ user.username }}<i class="right material-icons">security</i></a></li>
+ <li class="userswitcher" data-target='userswitcher'><a href="#">{{ user.username }}<i class="right material-icons">admin_panel_settings</i></a></li>
{% elif "capi" in user|user_groups%}
<li class="userswitcher" data-target='userswitcher'><a href="#">{{ user.username }}<i class="right material-icons">supervisor_account</i></a></li>
{% else %}