Closed eleensmathew closed 1 year ago
Also the commit time is shown wrong? Any reasons for this?
Not sure. Probably depends upon your system clock
Also add navbar to profile page. No means to navigate from there
Any suggestions for fixing css of nav bar? Maybe it has something to do with location of scripts file?
Yes, it might be due to css and script files not properly linked for that page
I tried a few ways to fix this but no changes reflected on the page. Do you have any suggestions?
Will check and let you know
@eleensmathew You can remove the navbar and add Home, Report, Log Out Buttons just like on the Report page
I added some extra functionality in navbar_compliants.html. The css was still not getting loaded so I basically tried to hard code the buttons and now it looks like this. Also added an extra status number =3 so the navbar won't get shown twice
Let me know if I should I remove this and do something else.
Getting this error when I click on Profile
Also mail is not getting displayed properly
@eleensmathew You can remove the navbar and add Home, Report, Log Out Buttons just like on the Report page
Buttons for Home, Report are still not present in the navbar
Okay I'll add it now
It looks like this now but I'm not sure how to fix the text problem. I'm not good in front end😅. I have fixed the profile link and added home and complaint link.
When you click on those buttons it should not open a new tab. Expected behaviour is to refresh the same page. Also try to fix the text issue. Will add bonus.
Sure will try to fix it.
On Fri, 13 Oct 2023 at 01:54 Kunal Katiyar @.***> wrote:
When you click on those buttons it should not open a new tab. Expected behaviour is to refresh the same page. Also try to fix the text issue. Will add bonus.
— Reply to this email directly, view it on GitHub https://github.com/ContriHUB/Sheher/pull/72#issuecomment-1760317329, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWAG2HAOEBUI3GD64OKYAWDX7BGWXANCNFSM6AAAAAA54OVIYY . You are receiving this because you were mentioned.Message ID: @.***>
-- Eleena
HI @kunal2812 I fixed the links to open on the same page and got the long email to be broken into the next line. As a bonus i also changed the background color of edit_profile.html because nav bar text and background colour was same and also centered the hedaing. It currently looks like this
Added Gender drop down option in register form
Added gender option as dragdown in front end, and saved it to backend. Unfortunately trying to use {% load index %} in profile.html was not getting reflected, so i copy pasted relevant css from index.html and changed the background image.
Profile looks like this right now
Related Issue
Fixes # (https://github.com/ContriHUB/Sheher/issues/61)
Type of change