Skip to content

Commit

Permalink
clean comments
Browse files Browse the repository at this point in the history
  • Loading branch information
madjid-asa committed Jul 16, 2024
1 parent 0ad29c5 commit c9f34c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lemarche/cms/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ class Meta:


class FAQBlock(blocks.StructBlock):
# id = blocks.CharBlock(required=True, default=uuid4(), help_text="L'identifiant unique pour cette question.")
question = blocks.CharBlock(required=True, help_text="La question fréquemment posée.")
answer = blocks.RichTextBlock(required=True, help_text="La réponse à la question.")

Expand All @@ -253,7 +252,6 @@ class Meta:


class FAQGroupBlock(blocks.StructBlock):
# id = blocks.CharBlock(required=True, default=uuid4(), help_text="L'identifiant unique pour cette question.")
group_title = blocks.CharBlock(required=True, help_text="Le titre du groupe de questions-réponses.")
faqs = blocks.ListBlock(FAQBlock())

Expand Down

0 comments on commit c9f34c6

Please sign in to comment.