Commit a2d0831e authored by Raphaël Hertzog's avatar Raphaël Hertzog Committed by Claude Paroz
Browse files

Fixed #23072 -- Added missing formtools test templates in tarball

The lack of this file breaks the test suite.
parent b4cf7e3d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ recursive-include django/contrib/auth/templates *
recursive-include django/contrib/auth/tests/templates *
recursive-include django/contrib/formtools/templates *
recursive-include django/contrib/formtools/tests/templates *
recursive-include django/contrib/formtools/tests/wizard/wizardtests/templates *
recursive-include django/contrib/flatpages/fixtures *
recursive-include django/contrib/flatpages/tests/templates *
recursive-include django/contrib/gis/static *