From d1efb2a96bbc6372dcea52b5d097df6306283254 Mon Sep 17 00:00:00 2001
From: Andrea Magnussen <andrea@magnussen.net>
Date: Thu, 17 Jun 2021 11:55:46 +0000
Subject: [PATCH] Update README.md

---
 README.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 82488c9..55d157e 100644
--- a/README.md
+++ b/README.md
@@ -114,11 +114,17 @@ The profile screen is the third, and currently final bottom tab destination, loc
 
 #### Admin Module
 
-[Bilder??]
+<p align="center">
+    <img src="images/profile.png" alt="match" width="200"/>
+</p>
 
 The features of this module are all located on the profile screen, but only visible to users with the role 'administrator'. The admin specific features include being able to manage pending users (new users who wants access to the system), manage all users in the system, and the ability to manage all registered salamanders in the system. 
 
-[bilder??]
+<p align="center">
+    <img src="images/pending_users.png" alt="pending users" width="200"/>
+    <img src="images/manage_users.png" alt="manage users" width="200"/>
+    <img src="images/change_rights.png" alt="change rights" width="200"/>
+</p>
 
 The user management features, consists of two screens, one for pending users and one for all the current users in the system. Pending users consists of a list with the users emails and two corresponding buttons, one for granting the user's access, and one for denying them. If the admin denies a pendning user's access, they will be completely deleted from the system. If an admin accepts a user, they will be moved to the manage users screen, and the admin can further manage them there. 
 
-- 
GitLab