Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Paweljong
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teckids
Projekt Hack-n-Fun
AlekSIS-App-Paweljong
Commits
340a65d5
Commit
340a65d5
authored
1 year ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Fix template syntax
parent
131db1f4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!35
Send notification on registration
Pipeline
#130629
failed
1 year ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aleksis/apps/paweljong/templates/templated_email/account_registered.email
+1
-1
1 addition, 1 deletion
...eljong/templates/templated_email/account_registered.email
aleksis/apps/paweljong/views.py
+1
-1
1 addition, 1 deletion
aleksis/apps/paweljong/views.py
with
2 additions
and
2 deletions
aleksis/apps/paweljong/templates/templated_email/account_registered.email
+
1
−
1
View file @
340a65d5
...
...
@@ -32,7 +32,7 @@
{% block html %}
<main>
<p>{% trans "New account"
:
%} {{ person }}</p>
<p>{% trans "New account" %}
:
{{ person }}</p>
<blockquote>
<h5>{% trans "Person" %}</h5>
...
...
This diff is collapsed.
Click to expand it.
aleksis/apps/paweljong/views.py
+
1
−
1
View file @
340a65d5
...
...
@@ -381,7 +381,7 @@ class AccountRegisterWizardView(SessionWizardView):
send_templated_mail
(
template_name
=
"
account_registered
"
,
from_email
=
get_site_preferences
()[
"
mail__address
"
],
recipient_list
=
'
root@teckids.org
'
,
recipient_list
=
[
'
root@teckids.org
'
]
,
headers
=
{
"
reply_to
"
:
[
person
.
email
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment