@@ -53,31 +53,31 @@ Use the superuser credentials to log in. To create a reviewer account:
5353
5454Click ** Add user** in the Django Admin dashboard:
5555
56- <a href =" /assets/images/04-am_config/site_admin.png " data-lightbox =" 04-am_config-1 " >
57- <img src =" /assets/images/04-am_config/site_admin.png " alt =" Django Admin - Add user " width =" 100% " />
56+ <a href =" {{ site.baseurl }} /assets/images/04-am_config/site_admin.png" data-lightbox =" 04-am_config-1 " >
57+ <img src =" {{ site.baseurl }} /assets/images/04-am_config/site_admin.png" alt =" Django Admin - Add user " width =" 100% " />
5858</a >
5959
6060Enter the desired username and password, then click ** Save and continue editing** :
6161
62- <a href =" /assets/images/04-am_config/new_user-1.png " data-lightbox =" 04-am_config-2 " >
63- <img src =" /assets/images/04-am_config/new_user-1.png " alt =" Create new user form " width =" 100% " />
62+ <a href =" {{ site.baseurl }} /assets/images/04-am_config/new_user-1.png" data-lightbox =" 04-am_config-2 " >
63+ <img src =" {{ site.baseurl }} /assets/images/04-am_config/new_user-1.png" alt =" Create new user form " width =" 100% " />
6464</a >
6565
6666Fill in the user's personal information and assign the user to the following groups:
6767
6868- ` ROIS_MANAGERS `
6969- ` CLINICAL_MANAGERS `
7070
71- <a href =" /assets/images/04-am_config/new_user-2.png " data-lightbox =" 04-am_config-3 " >
72- <img src =" /assets/images/04-am_config/new_user-2.png " alt =" Assign groups to user " width =" 100% " />
71+ <a href =" {{ site.baseurl }} /assets/images/04-am_config/new_user-2.png" data-lightbox =" 04-am_config-3 " >
72+ <img src =" {{ site.baseurl }} /assets/images/04-am_config/new_user-2.png" alt =" Assign groups to user " width =" 100% " />
7373</a >
7474
7575When finished, click ** Save** .
7676
7777You should now see the new user in the list:
7878
79- <a href =" /assets/images/04-am_config/users_recap.png " data-lightbox =" 04-am_config-4 " >
80- <img src =" /assets/images/04-am_config/users_recap.png " alt =" Users overview list " width =" 100% " />
79+ <a href =" {{ site.baseurl }} /assets/images/04-am_config/users_recap.png" data-lightbox =" 04-am_config-4 " >
80+ <img src =" {{ site.baseurl }} /assets/images/04-am_config/users_recap.png" alt =" Users overview list " width =" 100% " />
8181</a >
8282
8383Repeat this process to create additional reviewer accounts.
0 commit comments