authentik icon indicating copy to clipboard operation
authentik copied to clipboard

website/docs: email stage: fix example translation error

Open schnadoslin opened this issue 1 year ago β€’ 3 comments

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.

  • [x] The documentation has been updated

schnadoslin avatar Mar 27 '24 19:03 schnadoslin

Deploy Preview for authentik-storybook ready!

Name Link
Latest commit fd786931344f1c0676a154cf446015d829bfd460
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[bot] avatar Mar 27 '24 19:03 netlify[bot]

Deploy Preview for authentik-docs ready!

Name Link
Latest commit fd786931344f1c0676a154cf446015d829bfd460
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.

netlify[bot] avatar Mar 27 '24 19:03 netlify[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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%) :arrow_up:
integration 26.09% <ΓΈ> (+0.10%) :arrow_up:
unit 89.66% <ΓΈ> (?)

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

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Mar 27 '24 19:03 codecov[bot]

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 avatar Apr 01 '24 19:04 tanberry