Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
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
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
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
AlekSIS®
Official
AlekSIS-Core
Commits
5b0821e0
Commit
5b0821e0
authored
5 years ago
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
fix trans issues
parent
57921b3f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!117
Resolve "Use or create external library for template mailer"
Pipeline
#628
failed
5 years ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aleksis/core/templates/templated_email/notification.email
+4
-7
4 additions, 7 deletions
aleksis/core/templates/templated_email/notification.email
with
4 additions
and
7 deletions
aleksis/core/templates/templated_email/notification.email
+
4
−
7
View file @
5b0821e0
...
...
@@ -4,11 +4,8 @@
{% block html %}
<main>
{% blocktrans %}
<h1>{{ notification }}</h1>
<p>Dear {{ notification_user }}, <br>
we got a new message for you:</p>
{% endblocktrans %}
<p>{% trans "Dear" %} {{ notification_user }}, <br>
{% trans "we got a new notification for you:" %}</p>
<blockquote>
<p>{{ description }}</p>
{% if link %}
...
...
@@ -16,8 +13,8 @@
{% endif %}
</blockquote>
{% blocktrans %}
<p>By {{ app }} at {{ created_at }}</p>
{% blocktrans
with trans_app=app trans_created_at=created_at
%}
<p>By {{
trans_
app }} at {{
trans_
created_at }}</p>
<i>Your AlekSIS team</i>
{% endblocktrans %}
...
...
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