mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #139] crash when clicking link in activation email #132
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#132
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThomasWaldmann on GitHub (Jan 21, 2014).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/139
maybe related to the recent changes in these code parts (that should make it work without having to patch registration for django 1.6)?
@ThomasWaldmann commented on GitHub (Jan 21, 2014):
note: can't deploy current code to nsupdate.info due to this.
@elnappo commented on GitHub (Jan 22, 2014):
try to replace {% url 'auth_login' %} with {% url 'django.contrib.auth.views.login' %}
@ThomasWaldmann commented on GitHub (Jan 25, 2014):
there are 2 places:
activation_complete.html - replaced it and it fixed the issue, no crash any more
activate.html - where is this used? the template text there somehow looks like same use case!?
@elnappo commented on GitHub (Jan 26, 2014):
i cant find any usage of "activate.html". Delete it?
@ThomasWaldmann commented on GitHub (Jan 26, 2014):
I couldn't find any usage within nsupdate project either, but was assuming that it might be used by some django extension - did you check these also?
@elnappo commented on GitHub (Jan 26, 2014):
lets ignore this, i try to begin work on allauth this week
@ThomasWaldmann commented on GitHub (Jan 26, 2014):
yeah, that's more important. might close multiple issues for 0.7 release milestone.
@elnappo commented on GitHub (Jan 27, 2014):
will close every issue in 0.7 ;)