Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
39278981
Commit
39278981
authored
Feb 19, 2021
by
Bryan BRANCOTTE
Browse files
python 3.5 compatibility
parent
f366f7bc
Pipeline
#48346
passed with stage
in 31 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/views.py
View file @
39278981
...
...
@@ -126,7 +126,7 @@ def send_account_created(request, user, auto_active=False, next_page=None):
'token'
:
tokens
.
account_activation_token
.
make_token
(
user
)
})
if
next_page
:
activation_link
+=
f
"?next=
{
next_page
}
"
activation_link
+=
"?next=
"
+
next_page
if
auto_active
:
message
=
ugettext
(
'Dear %(first_name)s %(last_name)s
\n\n
'
...
...
setup.py
View file @
39278981
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'django-basetheme-bootstrap'
,
version
=
'0.2.5
4
'
,
version
=
'0.2.5
5
'
,
description
=
'Django Basetheme Bootstrap'
,
long_description
=
readme
,
author
=
'Bryan Brancotte'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment