Skip to content

Commit

Permalink
Review requirements + add missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Jul 27, 2023
1 parent fe174f0 commit cb43f24
Show file tree
Hide file tree
Showing 8 changed files with 352 additions and 352 deletions.
2 changes: 1 addition & 1 deletion src/redturtle/prenotazioni/adapters/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
name="submit"
/>
<adapter
factory=".prenotazione_email_message.PrenotazioneAfterTransitionEmaiICalMessage"
factory=".prenotazione_email_message.PrenotazioneAfterTransitionEmailICalMessage"
name="confirm"
/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def message_text(self) -> MIMEText:

@implementer(IPrenotazioneEmailMessage)
@adapter(IPrenotazione, IAfterTransitionEvent)
class PrenotazioneAfterTransitionEmaiICalMessage(
class PrenotazioneAfterTransitionEmailICalMessage(
PrenotazioneEventMessageICalMixIn, PrenotazioneAfterTransitionEmailMessage
):
pass
Loading

0 comments on commit cb43f24

Please sign in to comment.