Преглед изворни кода

Amend the attribute name example within admin for BlockQuote

Edd Baldry пре 8 година
родитељ
комит
27eeaddf06
1 измењених фајлова са 1 додато и 1 уклоњено
  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"