-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ [#207] Add experimental PUT and PATCH for Kanaal
this is required to support new kenmerken on the zaken kanaal, because the Kanaal has to be updated in Open Notificaties for it to work
- Loading branch information
Showing
4 changed files
with
392 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
from django.utils.translation import gettext_lazy as _ | ||
|
||
|
||
def mark_experimental(text): | ||
return _("**EXPERIMENTEEL** {}").format(text) |
Oops, something went wrong.