Explorar el Código

Amend the attribute name example within admin for BlockQuote

Edd Baldry hace 8 años
padre
commit
27eeaddf06
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"