Skip to content

Instantly share code, notes, and snippets.

@Porter97
Created March 4, 2020 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porter97/9779c9d392b81ace0f56a3b1ea0e0843 to your computer and use it in GitHub Desktop.
Save Porter97/9779c9d392b81ace0f56a3b1ea0e0843 to your computer and use it in GitHub Desktop.
#...
<ul class="dropdown-menu">
<li><a href="{{ url_for('main.notifications') }}">Notifications</a></li>
<li><a href="{{ url_for('auth.change_password') }}">Change Password</a></li>
<li><a href="{{ url_for('auth.change_email_request') }}">Change Email</a></li>
<li><a href="{{ url_for('auth.logout') }}">Log Out</a></li>
</ul>
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment