Benjamin ABEL пре 10 година
родитељ
комит
15fad7c8c4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      series/Readme.md

+ 1 - 1
series/Readme.md

@@ -34,7 +34,7 @@ The plugin provides the following variables to your templates
 For example:
 
     {% if article.series %}
-        <p>This post is part {{ article.series.index }} of the "{{ article.series.series }}" series:</p>
+        <p>This post is part {{ article.series.index }} of the "{{ article.series.name }}" series:</p>
         <ol class="parts">
             {% for part_article in article.series.all %}
                 <li {% if part_article == article %}class="active"{% endif %}>