浏览代码

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"