Skip to content

Commit

Permalink
Add profile-related links to templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Mischback committed Nov 29, 2021
1 parent af43bb3 commit 9898850
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions calingen/templates/calingen/app_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@
</head>
<body>
<div id="calingen_nav">
<div>
<ul>
<li><a href="{% url "profile-update" request.user.id %}">Update Profile</a></li>
<li><a href="{% url "profile-add" %}">Add Profile</a></li>
</ul>
</div>
<div>
<ul>
<li><a href="{% url "event-list" %}">Event List</a></li>
Expand Down

0 comments on commit 9898850

Please sign in to comment.