Skip to content

Commit

Permalink
fixup! [WIP] Used a plain HTML form for DjangoProject login
Browse files Browse the repository at this point in the history
  • Loading branch information
bmispelon committed Jan 28, 2024
1 parent 7a39e5d commit 66dee9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trac-env/templates/django_theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</form>
</li>
# else
<li><a href="/login">Login</a></li>
<li><a href="/login?next=${req.path_info|urlencode()}">Login</a></li>
# endif
<li><a href="${req.href.prefs()}">Preferences</a></li>
# if req.perm.has_permission('XML_RPC'):
Expand Down

0 comments on commit 66dee9b

Please sign in to comment.