commit
2cf48a659a
8 changed files with 185 additions and 113 deletions
|
@ -36,7 +36,7 @@ class PostAdmin(EnhancedModelAdminMixin, FrontendEditableAdmin,
|
|||
}),
|
||||
(None, {
|
||||
'fields': [('main_image', 'main_image_thumbnail', 'main_image_full'),
|
||||
'abstract']
|
||||
'abstract', 'meta_description']
|
||||
}),
|
||||
]
|
||||
|
||||
|
|
BIN
djangocms_blog/locale/en/LC_MESSAGES/django.mo
Normal file
BIN
djangocms_blog/locale/en/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
|
@ -6,8 +6,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-01-10 15:00+0100\n"
|
||||
"PO-Revision-Date: 2014-01-10 15:08+0100\n"
|
||||
"POT-Creation-Date: 2014-03-05 18:08+0100\n"
|
||||
"PO-Revision-Date: 2014-03-05 18:09+0100\n"
|
||||
"Last-Translator: Iacopo Spalletti\n"
|
||||
"Language-Team: Italian <i.spalletti@nephila.it>\n"
|
||||
"Language: it\n"
|
||||
|
@ -17,28 +17,28 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Lokalize 1.5\n"
|
||||
|
||||
#: cms_app.py:8 cms_plugins.py:30 cms_plugins.py:43 cms_plugins.py:54
|
||||
#: cms_plugins.py:65 cms_toolbar.py:13
|
||||
#: cms_app.py:8 cms_plugins.py:32 cms_plugins.py:45 cms_plugins.py:56
|
||||
#: cms_plugins.py:67 cms_toolbar.py:13
|
||||
msgid "Blog"
|
||||
msgstr "Blog"
|
||||
|
||||
#: cms_plugins.py:19
|
||||
#: cms_plugins.py:20
|
||||
msgid "Latest Blog Articles"
|
||||
msgstr "Latest Blog Articles"
|
||||
|
||||
#: cms_plugins.py:31
|
||||
#: cms_plugins.py:33
|
||||
msgid "Author Blog Articles"
|
||||
msgstr "Author Blog Articles"
|
||||
|
||||
#: cms_plugins.py:44 templates/djangocms_blog/plugins/tags.html:4
|
||||
#: cms_plugins.py:46 templates/djangocms_blog/plugins/tags.html:4
|
||||
msgid "Tags"
|
||||
msgstr "Tags"
|
||||
|
||||
#: cms_plugins.py:55 templates/djangocms_blog/plugins/categories.html:4
|
||||
#: cms_plugins.py:57 templates/djangocms_blog/plugins/categories.html:4
|
||||
msgid "Categories"
|
||||
msgstr "Categories"
|
||||
|
||||
#: cms_plugins.py:66 templates/djangocms_blog/post_list.html:10
|
||||
#: cms_plugins.py:68 templates/djangocms_blog/post_list.html:10
|
||||
#: templates/djangocms_blog/plugins/archive.html:4
|
||||
msgid "Archive"
|
||||
msgstr "Archive"
|
||||
|
@ -56,79 +56,111 @@ msgstr "Add post"
|
|||
msgid "Blog articles on %(site_name)s"
|
||||
msgstr "Blog articles on %(site_name)s"
|
||||
|
||||
#: models.py:26
|
||||
#: models.py:27
|
||||
msgid "parent"
|
||||
msgstr "parent"
|
||||
|
||||
#: models.py:28
|
||||
#: models.py:29
|
||||
msgid "created at"
|
||||
msgstr "created at"
|
||||
|
||||
#: models.py:29
|
||||
#: models.py:30
|
||||
msgid "modified at"
|
||||
msgstr "modified at"
|
||||
|
||||
#: models.py:32
|
||||
#: models.py:33
|
||||
msgid "name"
|
||||
msgstr "name"
|
||||
|
||||
#: models.py:33 models.py:84
|
||||
#: models.py:34 models.py:87
|
||||
msgid "slug"
|
||||
msgstr "slug"
|
||||
|
||||
#: models.py:40
|
||||
#: models.py:41
|
||||
msgid "blog category"
|
||||
msgstr "blog category"
|
||||
|
||||
#: models.py:41
|
||||
#: models.py:42
|
||||
msgid "blog categories"
|
||||
msgstr "blog categories"
|
||||
|
||||
#: models.py:67
|
||||
#: models.py:64
|
||||
msgid "Author"
|
||||
msgstr "Author"
|
||||
|
||||
#: models.py:68
|
||||
msgid "Published Since"
|
||||
msgstr "Published Since"
|
||||
|
||||
#: models.py:69
|
||||
#: models.py:70
|
||||
msgid "Published Until"
|
||||
msgstr "Published Until"
|
||||
|
||||
#: models.py:72
|
||||
msgid "Publish"
|
||||
msgstr "Publish"
|
||||
|
||||
#: models.py:73
|
||||
msgid "category"
|
||||
msgstr "category"
|
||||
|
||||
#: models.py:94
|
||||
#: models.py:75
|
||||
msgid "Main image"
|
||||
msgstr "Main image"
|
||||
|
||||
#: models.py:77
|
||||
msgid "Main image thumbnail"
|
||||
msgstr "Main image thumbnail"
|
||||
|
||||
#: models.py:81
|
||||
msgid "Main image full"
|
||||
msgstr "Main image full"
|
||||
|
||||
#: models.py:86
|
||||
msgid "Title"
|
||||
msgstr "Title"
|
||||
|
||||
#: models.py:88
|
||||
msgid "Text"
|
||||
msgstr "Text"
|
||||
|
||||
#: models.py:89
|
||||
msgid "Post meta description"
|
||||
msgstr "Post meta description"
|
||||
|
||||
#: models.py:99
|
||||
msgid "blog article"
|
||||
msgstr "blog article"
|
||||
|
||||
#: models.py:95
|
||||
#: models.py:100
|
||||
msgid "blog articles"
|
||||
msgstr "blog articles"
|
||||
|
||||
#: models.py:138 models.py:163
|
||||
#: models.py:143 models.py:168
|
||||
msgid "Articles"
|
||||
msgstr "Articles"
|
||||
|
||||
#: models.py:139
|
||||
#: models.py:144
|
||||
msgid "The number of latests articles to be displayed."
|
||||
msgstr "The number of latests articles to be displayed."
|
||||
|
||||
#: models.py:141
|
||||
#: models.py:146
|
||||
msgid "Show only the blog articles tagged with chosen tags."
|
||||
msgstr "Show only the blog articles tagged with chosen tags."
|
||||
|
||||
#: models.py:143
|
||||
#: models.py:148
|
||||
msgid "Show only the blog articles tagged with chosen categories."
|
||||
msgstr "Show only the blog articles tagged with chosen categories."
|
||||
|
||||
#: models.py:162 templates/djangocms_blog/plugins/authors.html:3
|
||||
#: models.py:165 templates/djangocms_blog/plugins/authors.html:3
|
||||
msgid "Authors"
|
||||
msgstr "Authors"
|
||||
|
||||
#: models.py:164
|
||||
#: models.py:169
|
||||
msgid "The number of author articles to be displayed."
|
||||
msgstr "The number of author articles to be displayed."
|
||||
|
||||
#: templates/djangocms_blog/post_detail.html:12
|
||||
#: templates/djangocms_blog/post_detail.html:14
|
||||
#: templates/djangocms_blog/includes/blog_item.html:10
|
||||
msgid "by"
|
||||
msgstr "by"
|
||||
|
@ -174,7 +206,7 @@ msgstr "of"
|
|||
msgid "next"
|
||||
msgstr "next"
|
||||
|
||||
#: templates/djangocms_blog/includes/blog_item.html:38
|
||||
#: templates/djangocms_blog/includes/blog_item.html:44
|
||||
msgid "read more"
|
||||
msgstr "read more"
|
||||
|
||||
|
|
BIN
djangocms_blog/locale/it/LC_MESSAGES/django.mo
Normal file
BIN
djangocms_blog/locale/it/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
|
@ -6,8 +6,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-01-10 15:00+0100\n"
|
||||
"PO-Revision-Date: 2014-01-10 15:02+0100\n"
|
||||
"POT-Creation-Date: 2014-03-05 18:08+0100\n"
|
||||
"PO-Revision-Date: 2014-03-05 18:11+0100\n"
|
||||
"Last-Translator: Iacopo Spalletti\n"
|
||||
"Language-Team: Italian <i.spalletti@nephila.it>\n"
|
||||
"Language: it\n"
|
||||
|
@ -17,28 +17,28 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Lokalize 1.5\n"
|
||||
|
||||
#: cms_app.py:8 cms_plugins.py:30 cms_plugins.py:43 cms_plugins.py:54
|
||||
#: cms_plugins.py:65 cms_toolbar.py:13
|
||||
#: cms_app.py:8 cms_plugins.py:32 cms_plugins.py:45 cms_plugins.py:56
|
||||
#: cms_plugins.py:67 cms_toolbar.py:13
|
||||
msgid "Blog"
|
||||
msgstr "Blog"
|
||||
|
||||
#: cms_plugins.py:19
|
||||
#: cms_plugins.py:20
|
||||
msgid "Latest Blog Articles"
|
||||
msgstr "Ultimi articoli"
|
||||
|
||||
#: cms_plugins.py:31
|
||||
#: cms_plugins.py:33
|
||||
msgid "Author Blog Articles"
|
||||
msgstr "Articoli per autore"
|
||||
|
||||
#: cms_plugins.py:44 templates/djangocms_blog/plugins/tags.html:4
|
||||
#: cms_plugins.py:46 templates/djangocms_blog/plugins/tags.html:4
|
||||
msgid "Tags"
|
||||
msgstr "Tag"
|
||||
|
||||
#: cms_plugins.py:55 templates/djangocms_blog/plugins/categories.html:4
|
||||
#: cms_plugins.py:57 templates/djangocms_blog/plugins/categories.html:4
|
||||
msgid "Categories"
|
||||
msgstr "Categorie"
|
||||
|
||||
#: cms_plugins.py:66 templates/djangocms_blog/post_list.html:10
|
||||
#: cms_plugins.py:68 templates/djangocms_blog/post_list.html:10
|
||||
#: templates/djangocms_blog/plugins/archive.html:4
|
||||
msgid "Archive"
|
||||
msgstr "Archivio"
|
||||
|
@ -56,79 +56,111 @@ msgstr "Aggiungi articolo"
|
|||
msgid "Blog articles on %(site_name)s"
|
||||
msgstr "Articoli del blog su %(site_name)s"
|
||||
|
||||
#: models.py:26
|
||||
#: models.py:27
|
||||
msgid "parent"
|
||||
msgstr "superiore"
|
||||
|
||||
#: models.py:28
|
||||
#: models.py:29
|
||||
msgid "created at"
|
||||
msgstr "creato il"
|
||||
|
||||
#: models.py:29
|
||||
#: models.py:30
|
||||
msgid "modified at"
|
||||
msgstr "modificato il"
|
||||
|
||||
#: models.py:32
|
||||
#: models.py:33
|
||||
msgid "name"
|
||||
msgstr "nome"
|
||||
|
||||
#: models.py:33 models.py:84
|
||||
#: models.py:34 models.py:87
|
||||
msgid "slug"
|
||||
msgstr "slug"
|
||||
|
||||
#: models.py:40
|
||||
#: models.py:41
|
||||
msgid "blog category"
|
||||
msgstr "categoria del blog"
|
||||
|
||||
#: models.py:41
|
||||
#: models.py:42
|
||||
msgid "blog categories"
|
||||
msgstr "categorie el blog"
|
||||
|
||||
#: models.py:67
|
||||
#: models.py:64
|
||||
msgid "Author"
|
||||
msgstr "Autore"
|
||||
|
||||
#: models.py:68
|
||||
msgid "Published Since"
|
||||
msgstr "Pubblicato il"
|
||||
|
||||
#: models.py:69
|
||||
#: models.py:70
|
||||
msgid "Published Until"
|
||||
msgstr "fino al"
|
||||
|
||||
#: models.py:72
|
||||
msgid "Publish"
|
||||
msgstr "Pubblicato"
|
||||
|
||||
#: models.py:73
|
||||
msgid "category"
|
||||
msgstr "categoria"
|
||||
|
||||
#: models.py:94
|
||||
#: models.py:75
|
||||
msgid "Main image"
|
||||
msgstr "Immagine"
|
||||
|
||||
#: models.py:77
|
||||
msgid "Main image thumbnail"
|
||||
msgstr "Dimensione miniatura"
|
||||
|
||||
#: models.py:81
|
||||
msgid "Main image full"
|
||||
msgstr "Dimensione piena"
|
||||
|
||||
#: models.py:86
|
||||
msgid "Title"
|
||||
msgstr "Titolo"
|
||||
|
||||
#: models.py:88
|
||||
msgid "Text"
|
||||
msgstr "Testo"
|
||||
|
||||
#: models.py:89
|
||||
msgid "Post meta description"
|
||||
msgstr "Meta Descrizione dell'articolo"
|
||||
|
||||
#: models.py:99
|
||||
msgid "blog article"
|
||||
msgstr "articolo del blog"
|
||||
|
||||
#: models.py:95
|
||||
#: models.py:100
|
||||
msgid "blog articles"
|
||||
msgstr "articoli del blog"
|
||||
|
||||
#: models.py:138 models.py:163
|
||||
#: models.py:143 models.py:168
|
||||
msgid "Articles"
|
||||
msgstr "Articoli"
|
||||
|
||||
#: models.py:139
|
||||
#: models.py:144
|
||||
msgid "The number of latests articles to be displayed."
|
||||
msgstr "Il numero di articoli da mostrare."
|
||||
|
||||
#: models.py:141
|
||||
#: models.py:146
|
||||
msgid "Show only the blog articles tagged with chosen tags."
|
||||
msgstr "Mostra solo gli articoli marcati con i tag selezionati."
|
||||
|
||||
#: models.py:143
|
||||
#: models.py:148
|
||||
msgid "Show only the blog articles tagged with chosen categories."
|
||||
msgstr "Mostra solo gli articoli marcati con i categorie selezionati."
|
||||
|
||||
#: models.py:162 templates/djangocms_blog/plugins/authors.html:3
|
||||
#: models.py:165 templates/djangocms_blog/plugins/authors.html:3
|
||||
msgid "Authors"
|
||||
msgstr "Autori"
|
||||
|
||||
#: models.py:164
|
||||
#: models.py:169
|
||||
msgid "The number of author articles to be displayed."
|
||||
msgstr "Numero di elementi per autore da mostrare."
|
||||
|
||||
#: templates/djangocms_blog/post_detail.html:12
|
||||
#: templates/djangocms_blog/post_detail.html:14
|
||||
#: templates/djangocms_blog/includes/blog_item.html:10
|
||||
msgid "by"
|
||||
msgstr "di"
|
||||
|
@ -174,7 +206,7 @@ msgstr "di"
|
|||
msgid "next"
|
||||
msgstr "successivo"
|
||||
|
||||
#: templates/djangocms_blog/includes/blog_item.html:38
|
||||
#: templates/djangocms_blog/includes/blog_item.html:44
|
||||
msgid "read more"
|
||||
msgstr "leggi"
|
||||
|
||||
|
|
|
@ -6,40 +6,40 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-27 15:00+0100\n"
|
||||
"POT-Creation-Date: 2014-03-05 18:08+0100\n"
|
||||
"PO-Revision-Date: 2014-02-27 16:45+0300\n"
|
||||
"Last-Translator: Max Vyaznikov <maxvyaznikov@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=((((n%10)==1)&&((n%100)!=11))?(0):(((((n%10)"
|
||||
">=2)&&((n%10)<=4))&&(((n%100)<10)||((n%100)>=20)))?(1):2));\n"
|
||||
"Language-Team: \n"
|
||||
"Plural-Forms: nplurals=3; plural=((((n%10)==1)&&((n%100)!=11))?(0):(((((n"
|
||||
"%10)>=2)&&((n%10)<=4))&&(((n%100)<10)||((n%100)>=20)))?(1):2));\n"
|
||||
"X-Generator: Poedit 1.5.4\n"
|
||||
|
||||
#: cms_app.py:8 cms_plugins.py:30 cms_plugins.py:43 cms_plugins.py:54
|
||||
#: cms_plugins.py:65 cms_toolbar.py:13
|
||||
#: cms_app.py:8 cms_plugins.py:32 cms_plugins.py:45 cms_plugins.py:56
|
||||
#: cms_plugins.py:67 cms_toolbar.py:13
|
||||
msgid "Blog"
|
||||
msgstr "Блог"
|
||||
|
||||
#: cms_plugins.py:19
|
||||
#: cms_plugins.py:20
|
||||
msgid "Latest Blog Articles"
|
||||
msgstr "Последние статьи блога"
|
||||
|
||||
#: cms_plugins.py:31
|
||||
#: cms_plugins.py:33
|
||||
msgid "Author Blog Articles"
|
||||
msgstr "Автор"
|
||||
|
||||
#: cms_plugins.py:44 templates/djangocms_blog/plugins/tags.html:4
|
||||
#: cms_plugins.py:46 templates/djangocms_blog/plugins/tags.html:4
|
||||
msgid "Tags"
|
||||
msgstr "Тэги"
|
||||
|
||||
#: cms_plugins.py:55 templates/djangocms_blog/plugins/categories.html:4
|
||||
#: cms_plugins.py:57 templates/djangocms_blog/plugins/categories.html:4
|
||||
msgid "Categories"
|
||||
msgstr "Categories"
|
||||
|
||||
#: cms_plugins.py:66 templates/djangocms_blog/post_list.html:10
|
||||
#: cms_plugins.py:68 templates/djangocms_blog/post_list.html:10
|
||||
#: templates/djangocms_blog/plugins/archive.html:4
|
||||
msgid "Archive"
|
||||
msgstr "Архив"
|
||||
|
@ -57,22 +57,54 @@ msgstr "Добавить статью"
|
|||
msgid "Blog articles on %(site_name)s"
|
||||
msgstr "Статьи из блог на %(site_name)s"
|
||||
|
||||
#: models.py:26
|
||||
#: models.py:27
|
||||
msgid "parent"
|
||||
msgstr "предок"
|
||||
|
||||
#: models.py:28
|
||||
#: models.py:29
|
||||
msgid "created at"
|
||||
msgstr "время создания"
|
||||
|
||||
#: models.py:29
|
||||
#: models.py:30
|
||||
msgid "modified at"
|
||||
msgstr "время изменения"
|
||||
|
||||
#: models.py:32
|
||||
#: models.py:33
|
||||
msgid "name"
|
||||
msgstr "название"
|
||||
|
||||
#: models.py:34 models.py:87
|
||||
msgid "slug"
|
||||
msgstr "URL"
|
||||
|
||||
#: models.py:41
|
||||
msgid "blog category"
|
||||
msgstr "категория блога"
|
||||
|
||||
#: models.py:42
|
||||
msgid "blog categories"
|
||||
msgstr "категории блога"
|
||||
|
||||
#: models.py:64
|
||||
msgid "Author"
|
||||
msgstr "Автор"
|
||||
|
||||
#: models.py:68
|
||||
msgid "Published Since"
|
||||
msgstr "Опубликована с"
|
||||
|
||||
#: models.py:70
|
||||
msgid "Published Until"
|
||||
msgstr "Опубликована до"
|
||||
|
||||
#: models.py:72
|
||||
msgid "Publish"
|
||||
msgstr "Показывать на сайте"
|
||||
|
||||
#: models.py:73
|
||||
msgid "category"
|
||||
msgstr "категория"
|
||||
|
||||
#: models.py:75
|
||||
msgid "Main image"
|
||||
msgstr "Картинка для статьи"
|
||||
|
@ -89,75 +121,47 @@ msgstr "Полный размер"
|
|||
msgid "Title"
|
||||
msgstr "Заголовок"
|
||||
|
||||
#: models.py:33 models.py:87
|
||||
msgid "slug"
|
||||
msgstr "URL"
|
||||
|
||||
#: models.py:88
|
||||
msgid "Text"
|
||||
msgstr "Текст"
|
||||
|
||||
#: models.py:40
|
||||
msgid "blog category"
|
||||
msgstr "категория блога"
|
||||
#: models.py:89
|
||||
msgid "Post meta description"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:41
|
||||
msgid "blog categories"
|
||||
msgstr "категории блога"
|
||||
|
||||
#: models.py:64
|
||||
msgid "Author"
|
||||
msgstr "Автор"
|
||||
|
||||
#: models.py:67
|
||||
msgid "Published Since"
|
||||
msgstr "Опубликована с"
|
||||
|
||||
#: models.py:69
|
||||
msgid "Published Until"
|
||||
msgstr "Опубликована до"
|
||||
|
||||
#: models.py:72
|
||||
msgid "Publish"
|
||||
msgstr "Показывать на сайте"
|
||||
|
||||
#: models.py:72
|
||||
msgid "category"
|
||||
msgstr "категория"
|
||||
|
||||
#: models.py:94
|
||||
#: models.py:99
|
||||
msgid "blog article"
|
||||
msgstr "статья блога"
|
||||
|
||||
#: models.py:95
|
||||
#: models.py:100
|
||||
msgid "blog articles"
|
||||
msgstr "статьи блога"
|
||||
|
||||
#: models.py:138 models.py:163
|
||||
#: models.py:143 models.py:168
|
||||
msgid "Articles"
|
||||
msgstr "Статьи"
|
||||
|
||||
#: models.py:139
|
||||
#: models.py:144
|
||||
msgid "The number of latests articles to be displayed."
|
||||
msgstr "Количество показываемых последних статей."
|
||||
|
||||
#: models.py:141
|
||||
#: models.py:146
|
||||
msgid "Show only the blog articles tagged with chosen tags."
|
||||
msgstr "Показывать только статьи с выбранными тэгами."
|
||||
|
||||
#: models.py:143
|
||||
#: models.py:148
|
||||
msgid "Show only the blog articles tagged with chosen categories."
|
||||
msgstr "Показывать только статьи из выбранныех категорий."
|
||||
|
||||
#: models.py:162 templates/djangocms_blog/plugins/authors.html:3
|
||||
#: models.py:165 templates/djangocms_blog/plugins/authors.html:3
|
||||
msgid "Authors"
|
||||
msgstr "Авторы"
|
||||
|
||||
#: models.py:164
|
||||
#: models.py:169
|
||||
msgid "The number of author articles to be displayed."
|
||||
msgstr "Количество статей автора, которые будут показаны."
|
||||
|
||||
#: templates/djangocms_blog/post_detail.html:12
|
||||
#: templates/djangocms_blog/post_detail.html:14
|
||||
#: templates/djangocms_blog/includes/blog_item.html:10
|
||||
msgid "by"
|
||||
msgstr "создана"
|
||||
|
@ -203,7 +207,7 @@ msgstr "из"
|
|||
msgid "next"
|
||||
msgstr "следующая"
|
||||
|
||||
#: templates/djangocms_blog/includes/blog_item.html:38
|
||||
#: templates/djangocms_blog/includes/blog_item.html:44
|
||||
msgid "read more"
|
||||
msgstr "продолжение"
|
||||
|
||||
|
|
|
@ -86,6 +86,8 @@ class Post(TranslatableModel):
|
|||
title=models.CharField(_('Title'), max_length=255),
|
||||
slug=models.SlugField(_('slug'), blank=True, db_index=True),
|
||||
abstract=HTMLField(_('Text')),
|
||||
meta_description=models.TextField(verbose_name=_(u'Post meta description'),
|
||||
blank=True, default=''),
|
||||
meta={'unique_together': (('language_code', 'slug'),)}
|
||||
)
|
||||
content = PlaceholderField("post_content")
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
{% load i18n thumbnail cms_tags %}
|
||||
{% load url from future %}
|
||||
|
||||
{% block meta_description %}{{ post.meta_description }}{% endblock meta_description %}
|
||||
|
||||
{% block content_blog %}{% spaceless %}
|
||||
<article id="post-{{ post.slug }}" class="post-item post-detail">
|
||||
<header>
|
||||
|
|
Loading…
Reference in a new issue