Skip to content

website/docs: email stage: fix example translation error#9048

Merged
tanberry merged 1 commit intogoauthentik:mainfrom
schnadoslin:patch-1
Apr 1, 2024
Merged

website/docs: email stage: fix example translation error#9048
tanberry merged 1 commit intogoauthentik:mainfrom
schnadoslin:patch-1

Conversation

@schnadoslin
Copy link
Contributor

fixed configuration_error
django.template.exceptions.TemplateSyntaxError: 'blocktrans' doesn't allow other block tags (seen 'blocktrans') inside it

👋 Hi there!

Details

website/docs : flow/stages/email)

Given template on website was faulty.

  • The documentation has been updated

fixed configuration_error 

django.template.exceptions.TemplateSyntaxError: 'blocktrans' doesn't allow other block tags (seen 'blocktrans') inside it

Signed-off-by: Leonard Klausmann <41154624+schnadoslin@users.noreply.github.com>
@schnadoslin schnadoslin requested a review from a team as a code owner March 27, 2024 19:37
@netlify
Copy link

netlify bot commented Mar 27, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit fd78693
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6604757e82ffed0009be0bce
😎 Deploy Preview https://deploy-preview-9048--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Mar 27, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit fd78693
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6604757eddc6ed0008d10e49
😎 Deploy Preview https://deploy-preview-9048--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@rissson rissson changed the title Update index.mdx website/docs: email stage: fix example translation error Mar 27, 2024
@codecov
Copy link

codecov bot commented Mar 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.33%. Comparing base (cef1d2d) to head (fd78693).
Report is 424 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #9048       +/-   ##
===========================================
+ Coverage   46.62%   92.33%   +45.70%     
===========================================
  Files         626      640       +14     
  Lines       30996    31555      +559     
===========================================
+ Hits        14451    29135    +14684     
+ Misses      16545     2420    -14125     
Flag Coverage Δ
e2e 50.48% <ø> (+5.76%) ⬆️
integration 26.09% <ø> (+0.10%) ⬆️
unit 89.66% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@BeryJu BeryJu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see why this change is needed as within the blocktrans block there is no other block?

@tanberry
Copy link
Contributor

tanberry commented Apr 1, 2024

True, @BeryJu it's not really needed as the block is now, but allows for future changes. Let's merge it. Thanks @schnadoslin for this; at very least I learned a bit of Django. ;-)

@tanberry tanberry merged commit c96e195 into goauthentik:main Apr 1, 2024
kensternberg-authentik added a commit that referenced this pull request Apr 4, 2024
* main:
  root: fix missing imports after #9081 (#9106)
  root: move database calls from ready() to dedicated startup signal (#9081)
  web: fix console log leftover (#9096)
  web: bump the eslint group in /web with 2 updates (#9098)
  core: bump twilio from 9.0.2 to 9.0.3 (#9103)
  web: bump the eslint group in /tests/wdio with 2 updates (#9099)
  core: bump drf-spectacular from 0.27.1 to 0.27.2 (#9100)
  core: bump django-model-utils from 4.4.0 to 4.5.0 (#9101)
  core: bump ruff from 0.3.4 to 0.3.5 (#9102)
  website/docs:  update notes on SECRET_KEY (#9091)
  web: fix broken locale compile (#9095)
  website/integrations: add outline knowledge base (#8786)
  website/docs: fix typo (#9082)
  website/docs: email stage: fix example translation error (#9048)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants