We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761720b commit c245c1aCopy full SHA for c245c1a
docs/conf.py
@@ -42,7 +42,7 @@
42
43
# General information about the project.
44
project = "Cookiecutter Django"
45
-copyright = "2013-2018, Daniel Roy Greenfeld".format(now.year)
+copyright = "2013-{}, Daniel Roy Greenfeld".format(now.year)
46
47
# The version info for the project you're documenting, acts as replacement for
48
# |version| and |release|, also used in various other places throughout the
0 commit comments