From 620e83923bd1c48c3bd1a7f8828df57296108449 Mon Sep 17 00:00:00 2001 From: Yasin Rahman Date: Tue, 12 May 2015 15:37:34 +0200 Subject: [PATCH] contact view: html templates separated for diff portals --- portal/templates/onelab/onelab__contact_support_email.txt | 7 ------- ...upport_email.html => onelab_contact_support_email.html} | 0 ...ubject.txt => onelab_contact_support_email_subject.txt} | 0 3 files changed, 7 deletions(-) delete mode 100644 portal/templates/onelab/onelab__contact_support_email.txt rename portal/templates/onelab/{onelab__contact_support_email.html => onelab_contact_support_email.html} (100%) rename portal/templates/onelab/{onelab__contact_support_email_subject.txt => onelab_contact_support_email_subject.txt} (100%) diff --git a/portal/templates/onelab/onelab__contact_support_email.txt b/portal/templates/onelab/onelab__contact_support_email.txt deleted file mode 100644 index 645f327f..00000000 --- a/portal/templates/onelab/onelab__contact_support_email.txt +++ /dev/null @@ -1,7 +0,0 @@ -email : {{email}} - -Query Details: - -Subject : {{subject}} -Description : {{description}} - diff --git a/portal/templates/onelab/onelab__contact_support_email.html b/portal/templates/onelab/onelab_contact_support_email.html similarity index 100% rename from portal/templates/onelab/onelab__contact_support_email.html rename to portal/templates/onelab/onelab_contact_support_email.html diff --git a/portal/templates/onelab/onelab__contact_support_email_subject.txt b/portal/templates/onelab/onelab_contact_support_email_subject.txt similarity index 100% rename from portal/templates/onelab/onelab__contact_support_email_subject.txt rename to portal/templates/onelab/onelab_contact_support_email_subject.txt -- 2.43.0