From daf4de07be342d781d6fcdb92acf100535833d91 Mon Sep 17 00:00:00 2001 From: Trinity Pointard Date: Thu, 7 Jun 2018 08:52:43 +0200 Subject: [PATCH] rename templates from .tera to .html.tera to enable auto-escaping of html --- templates/{base.tera => base.html.tera} | 0 templates/blogs/{details.tera => details.html.tera} | 0 templates/blogs/{new.tera => new.html.tera} | 0 templates/comments/{new.tera => new.html.tera} | 0 templates/errors/{500.tera => 500.html.tera} | 0 templates/errors/{base.tera => base.html.tera} | 0 templates/instance/{configure.tera => configure.html.tera} | 0 templates/instance/{index.tera => index.html.tera} | 0 templates/{macros.tera => macros.html.tera} | 0 templates/notifications/{index.tera => index.html.tera} | 0 templates/posts/{details.tera => details.html.tera} | 0 templates/posts/{new.tera => new.html.tera} | 0 templates/session/{login.tera => login.html.tera} | 0 templates/users/{details.tera => details.html.tera} | 0 templates/users/{edit.tera => edit.html.tera} | 0 templates/users/{followers.tera => followers.html.tera} | 0 templates/users/{new.tera => new.html.tera} | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename templates/{base.tera => base.html.tera} (100%) rename templates/blogs/{details.tera => details.html.tera} (100%) rename templates/blogs/{new.tera => new.html.tera} (100%) rename templates/comments/{new.tera => new.html.tera} (100%) rename templates/errors/{500.tera => 500.html.tera} (100%) rename templates/errors/{base.tera => base.html.tera} (100%) rename templates/instance/{configure.tera => configure.html.tera} (100%) rename templates/instance/{index.tera => index.html.tera} (100%) rename templates/{macros.tera => macros.html.tera} (100%) rename templates/notifications/{index.tera => index.html.tera} (100%) rename templates/posts/{details.tera => details.html.tera} (100%) rename templates/posts/{new.tera => new.html.tera} (100%) rename templates/session/{login.tera => login.html.tera} (100%) rename templates/users/{details.tera => details.html.tera} (100%) rename templates/users/{edit.tera => edit.html.tera} (100%) rename templates/users/{followers.tera => followers.html.tera} (100%) rename templates/users/{new.tera => new.html.tera} (100%) diff --git a/templates/base.tera b/templates/base.html.tera similarity index 100% rename from templates/base.tera rename to templates/base.html.tera diff --git a/templates/blogs/details.tera b/templates/blogs/details.html.tera similarity index 100% rename from templates/blogs/details.tera rename to templates/blogs/details.html.tera diff --git a/templates/blogs/new.tera b/templates/blogs/new.html.tera similarity index 100% rename from templates/blogs/new.tera rename to templates/blogs/new.html.tera diff --git a/templates/comments/new.tera b/templates/comments/new.html.tera similarity index 100% rename from templates/comments/new.tera rename to templates/comments/new.html.tera diff --git a/templates/errors/500.tera b/templates/errors/500.html.tera similarity index 100% rename from templates/errors/500.tera rename to templates/errors/500.html.tera diff --git a/templates/errors/base.tera b/templates/errors/base.html.tera similarity index 100% rename from templates/errors/base.tera rename to templates/errors/base.html.tera diff --git a/templates/instance/configure.tera b/templates/instance/configure.html.tera similarity index 100% rename from templates/instance/configure.tera rename to templates/instance/configure.html.tera diff --git a/templates/instance/index.tera b/templates/instance/index.html.tera similarity index 100% rename from templates/instance/index.tera rename to templates/instance/index.html.tera diff --git a/templates/macros.tera b/templates/macros.html.tera similarity index 100% rename from templates/macros.tera rename to templates/macros.html.tera diff --git a/templates/notifications/index.tera b/templates/notifications/index.html.tera similarity index 100% rename from templates/notifications/index.tera rename to templates/notifications/index.html.tera diff --git a/templates/posts/details.tera b/templates/posts/details.html.tera similarity index 100% rename from templates/posts/details.tera rename to templates/posts/details.html.tera diff --git a/templates/posts/new.tera b/templates/posts/new.html.tera similarity index 100% rename from templates/posts/new.tera rename to templates/posts/new.html.tera diff --git a/templates/session/login.tera b/templates/session/login.html.tera similarity index 100% rename from templates/session/login.tera rename to templates/session/login.html.tera diff --git a/templates/users/details.tera b/templates/users/details.html.tera similarity index 100% rename from templates/users/details.tera rename to templates/users/details.html.tera diff --git a/templates/users/edit.tera b/templates/users/edit.html.tera similarity index 100% rename from templates/users/edit.tera rename to templates/users/edit.html.tera diff --git a/templates/users/followers.tera b/templates/users/followers.html.tera similarity index 100% rename from templates/users/followers.tera rename to templates/users/followers.html.tera diff --git a/templates/users/new.tera b/templates/users/new.html.tera similarity index 100% rename from templates/users/new.tera rename to templates/users/new.html.tera