Bläddra i källkod

Amend the attribute name example within admin for BlockQuote

Edd Baldry 8 år sedan
förälder
incheckning
27eeaddf06
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      bakerydemo/base/blocks.py

+ 1 - 1
bakerydemo/base/blocks.py

@@ -42,7 +42,7 @@ class BlockQuote(StructBlock):
     """
     text = TextBlock()
     attribute_name = CharBlock(
-        blank=True, required=False, label='e.g. Guy Picciotto')
+        blank=True, required=False, label='e.g. Mary Berry')
 
     class Meta:
         icon = "fa-quote-left"