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

---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 55d157e..d6560c0 100644
--- a/README.md
+++ b/README.md
@@ -132,7 +132,12 @@ The manage user screen consists of a list with the users emails and one correspo
 
 Currently, to avoid the scenario of no administrators in the system, the only option to delete an admin account, is if another admin in the system does it. This is done either by removing the admin privilege of the user, so that they can delete their own account. Or, by denying the user access to the system, and delete them from the pending user list. This way, there will always be at least one admin in the system. 
 
-[bilder??]
+<p align="center">
+    <img src="images/manage_salamanders.png" alt="manage salamanders" width="200"/>
+    <img src="images/manage_salamanders_cards.png" alt="manage salamanders cards" width="200"/>
+    <img src="images/salamander_overview.png" alt="salamander overview" width="200"/>
+    <img src="images/change_salamander.png" alt="change salamander" width="200"/>
+</p>
 
 The last feature an admin has access is the manage salamander feature. Here, an admin can look at all registered salamanders at a given location. They can look at every individual salamander, and all entries registered for that salamander. If they want to change a salamanders data, due to either the data not being correct, or they want to update its measurements, this is possible by choosing the entry they want to edit, and go to the change salamander screen. If the user changes either location, species or sex, the salamander will be rematched with the new data. The same matching process as in the register salamander screen in the camera module will be done. 
 
-- 
GitLab