mirror of
https://github.com/wrabit/django-cotton.git
synced 2025-07-19 15:35:04 +00:00
removed requirement for .cotton.html suffix
This commit is contained in:
parent
2ecfb4d9a3
commit
553fd9d87f
94 changed files with 110 additions and 119 deletions
|
@ -62,7 +62,7 @@ time_compiled_cotton, output_compiled_cotton = benchmark_template_rendering(
|
|||
"cotton/benchmarks/cotton_compiled.html"
|
||||
)
|
||||
time_cotton, output_cotton = benchmark_template_rendering(
|
||||
"cotton/benchmarks/cotton.cotton.html"
|
||||
"cotton/benchmarks/cotton.html"
|
||||
)
|
||||
|
||||
# Output results
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue