Saylua-Archive / SayluaLegacy

Browser Game In Development
saylua.com
GNU Affero General Public License v3.0
2 stars 0 forks source link

Template routes flakily resolve improperly if different modules have templates with the same name #130

Closed tiffz closed 7 years ago

tiffz commented 7 years ago

For example

modulePancake/template/main.html moduleGrits/template.main.html

Both exist. But then you run render_template( "main.html") from modulePancake and it gets you moduleGrits's main.html. So far, this seems to only happen if I visited moduleGrits right before visiting modulePancake. And it's flaky. Sometimes it doesn't happen.