Sfoglia il codice sorgente

Amend the attribute name example within admin for BlockQuote

Edd Baldry 8 anni fa
parent
commit
27eeaddf06
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"