Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Oct 13, 2023
1 parent 83c0e9d commit 6805d36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ You can configure:
Creating the hidden booking types
---------------------------------

Yo can have the hiddent booking types for internal usage simply selecting the **Hidden type** checkbox in a bookign type field definition. So
this type will not be visible for the simple or uanuthenticated users
Yo can have the hidden booking types for internal usage simply selecting the **Hidden type** checkbox in a bookign type field definition. So
this type will not be visible for the simple or anonymous users. But only the users with a **Bookin Manager** permission will see those types.

Creating a new booking content
------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
import unittest
from datetime import date, datetime

from Acquisition import aq_parent
from plone import api
from plone.app.testing import (
Expand All @@ -10,6 +11,7 @@
setRoles,
)
from plone.restapi.testing import RelativeSession

from redturtle.prenotazioni.adapters.booker import IBooker
from redturtle.prenotazioni.testing import REDTURTLE_PRENOTAZIONI_INTEGRATION_TESTING
from redturtle.prenotazioni.tests.helpers import WEEK_TABLE_SCHEMA
Expand Down

0 comments on commit 6805d36

Please sign in to comment.