Index: Prototype Application/Paw5/src/main/java/finki/paw5/web/controllers/PostController.java
===================================================================
--- Prototype Application/Paw5/src/main/java/finki/paw5/web/controllers/PostController.java	(revision 325a55d9a3b2c7edb852008a11b0003ce702676f)
+++ Prototype Application/Paw5/src/main/java/finki/paw5/web/controllers/PostController.java	(revision c37c953e2986dd0032cfabdbc9720b23d936ad94)
@@ -49,8 +49,8 @@
         this.petService.save(pet);
 
-        Post post = new Post(LocalDate.now(), imageUrl, pet.getId(), null, 10);
+        Post post = new Post(LocalDate.now(), imageUrl, pet.getId(), null, 10);//TODO: employee id da se zeme preku session user getid
         this.postService.save(post);
 
-        return null;
+        return "redirect:/home";
     }
 }
