diff --git a/src/memberdb/templates/base.html b/src/templates/base.html
similarity index 100%
rename from src/memberdb/templates/base.html
rename to src/templates/base.html
diff --git a/src/memberdb/templates/base_form.html b/src/templates/base_form.html
similarity index 100%
rename from src/memberdb/templates/base_form.html
rename to src/templates/base_form.html
diff --git a/src/squarepay/templates/done.html b/src/templates/done.html
similarity index 100%
rename from src/squarepay/templates/done.html
rename to src/templates/done.html
diff --git a/src/memberdb/templates/home.html b/src/templates/home.html
similarity index 100%
rename from src/memberdb/templates/home.html
rename to src/templates/home.html
diff --git a/src/memberdb/templates/index.html b/src/templates/index.html
similarity index 100%
rename from src/memberdb/templates/index.html
rename to src/templates/index.html
diff --git a/src/memberdb/templates/login.html b/src/templates/login.html
similarity index 100%
rename from src/memberdb/templates/login.html
rename to src/templates/login.html
diff --git a/src/memberdb/templates/logout.html b/src/templates/logout.html
similarity index 100%
rename from src/memberdb/templates/logout.html
rename to src/templates/logout.html
diff --git a/src/squarepay/templates/payment_form.html b/src/templates/payment_form.html
similarity index 100%
rename from src/squarepay/templates/payment_form.html
rename to src/templates/payment_form.html
diff --git a/src/memberdb/templates/register.html b/src/templates/register.html
similarity index 100%
rename from src/memberdb/templates/register.html
rename to src/templates/register.html
diff --git a/src/memberdb/templates/renew.html b/src/templates/renew.html
similarity index 100%
rename from src/memberdb/templates/renew.html
rename to src/templates/renew.html
diff --git a/src/memberdb/templates/thanks.html b/src/templates/thanks.html
similarity index 100%
rename from src/memberdb/templates/thanks.html
rename to src/templates/thanks.html