Renames Quotes into Text

master
Laurent 6 years ago
parent 85da9fe138
commit aa2166d962
  1. 2
      news/choices.py

@ -1,6 +1,6 @@
STYLE_CHOICES = (
(0, "Standard [Title + URL + Image]"),
(1, "Quote [Title]"),
(1, "Text [Title]"),
(2, "Image Only [Image]"),
(3, "Youtube [Put video id in URL]"),
(4, "HTML [Title + Body(HTML)]")

Loading…
Cancel
Save