diff --git a/app/templates/base.html b/templates/base.html similarity index 100% rename from app/templates/base.html rename to templates/base.html diff --git a/app/templates/company_form.html b/templates/company_form.html similarity index 100% rename from app/templates/company_form.html rename to templates/company_form.html diff --git a/app/templates/contact_form.html b/templates/contact_form.html similarity index 100% rename from app/templates/contact_form.html rename to templates/contact_form.html diff --git a/app/templates/contact_list.html b/templates/contact_list.html similarity index 100% rename from app/templates/contact_list.html rename to templates/contact_list.html diff --git a/app/templates/dashboard.html b/templates/dashboard.html similarity index 100% rename from app/templates/dashboard.html rename to templates/dashboard.html diff --git a/app/templates/login.html b/templates/login.html similarity index 100% rename from app/templates/login.html rename to templates/login.html diff --git a/app/templates/register.html b/templates/register.html similarity index 100% rename from app/templates/register.html rename to templates/register.html