Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
library-app-django
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ilham Maulana
library-app-django
Commits
da0ed122
Commit
da0ed122
authored
Jul 21, 2024
by
Ilham Maulana
💻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: profile layout
parent
5dd8e353
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
layout.html
dashboard/templates/layout.html
+5
-0
profile.html
dashboard/templates/profile.html
+1
-1
No files found.
dashboard/templates/layout.html
View file @
da0ed122
...
...
@@ -50,6 +50,11 @@
class=
"btn {% if request.path == '/overdued-loans/' %}btn-primary{% else %}btn-outline-primary border-white text-white{% endif %} text-start w-100"
><i
class=
"bi bi-calendar2-x"
></i>
Overdued Loans
</a
>
<a
href=
"/users/librarians/login-history/"
class=
"btn {% if request.path == '/users/librarians/login-history/' %}btn-primary{% else %}btn-outline-primary border-white text-white{% endif %} text-start w-100"
><i
class=
"bi bi-clock-history"
></i>
Login History
</a
>
</div>
</div>
...
...
dashboard/templates/profile.html
View file @
da0ed122
...
...
@@ -17,5 +17,5 @@
href=
"/users/auth/logout/"
><i
class=
"bi bi-box-arrow-left"
></i>
logout
</a
>
<hr
class=
"border-white"
/>
</div>
<hr
class=
"border-white"
/>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment