Skip to content

Commit

Permalink
link added for user account on necessary pages in the ribbon
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamkshah13 committed Apr 6, 2024
1 parent df6667a commit eb9acc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Django/communicado/pages/templates/pages/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
<a href="signup">Signup</a>
<a href="#">View Cart</a>
<a href="admin">Admin Panel</a>
<a href="{% url 'useracc' %}">Your Account</a>
</header>
<div class="container">
<h1>Communicado</h1>
Expand Down
1 change: 1 addition & 0 deletions Django/communicado/pages/templates/pages/i.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
<a href="{% url 'login' %}">Login</a>
<a href="{% url 'signup' %}">Signup</a>
<a href="#">View Cart</a>
<a href="{% url 'useracc' %}">Your Account</a>

</header>
<h1>Communicado</h1> <!-- Added margin-top to move the heading below the fixed header -->
Expand Down

0 comments on commit eb9acc4

Please sign in to comment.