Last active
October 18, 2018 07:36
-
-
Save imsickofmaps/fb449ffe43e2a5376e44820965717f97 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/core_data/files/templates/footer_afr_za.html b/core_data/files/templates/footer_afr_za.html | |
index b4f385a..4edd772 100644 | |
--- a/core_data/files/templates/footer_afr_za.html | |
+++ b/core_data/files/templates/footer_afr_za.html | |
@@ -1,6 +1,10 @@ | |
<table class="bump-top form-call-to-action"> | |
<tr> | |
+ {% if request.GET.basic == "true" %} | |
+ <td>Gee asb. die voltooide vorm vir jou personeelbestuurder om vir ons te stuur. Vir enige vrae, kontak asb. jou personeel bestuurder.</td> | |
+ {% else %} | |
<td>Stuur asb. die ingevulde vorm per e-pos na [email protected]. Vir navrae, skakel 021 424 3262 of SMS ons by 087 240 6101</td> | |
+ {% endif %} | |
</tr> | |
</table> | |
<div class="footer-legal"> | |
diff --git a/core_data/files/templates/footer_eng_za.html b/core_data/files/templates/footer_eng_za.html | |
index 055752a..4e3f390 100644 | |
--- a/core_data/files/templates/footer_eng_za.html | |
+++ b/core_data/files/templates/footer_eng_za.html | |
@@ -1,6 +1,10 @@ | |
<table class="bump-top form-call-to-action"> | |
<tr> | |
+ {% if request.GET.basic == "true" %} | |
+ <td>Please hand the completed form in at your HR/Admin to send to us. For queries please contact your HR/Admin team.</td> | |
+ {% else %} | |
<td>Please email the completed form to [email protected]. For queries call 021 424 3262 or SMS us on 087 240 6101.</td> | |
+ {% endif %} | |
</tr> | |
</table> | |
<div class="footer-legal"> | |
diff --git a/core_data/files/templates/footer_xho_za.html b/core_data/files/templates/footer_xho_za.html | |
index 221df1a..7c5a8ee 100644 | |
--- a/core_data/files/templates/footer_xho_za.html | |
+++ b/core_data/files/templates/footer_xho_za.html | |
@@ -1,6 +1,10 @@ | |
<table class="bump-top form-call-to-action"> | |
<tr> | |
+ {% if request.GET.basic == "true" %} | |
+ <td>Nceda unikezele le-fomu kwi-ofisi yakho yeZengqesho. Ukuba unemibuzo dibana ne-Ofisi ye-Zengqesho.</td> | |
+ {% else %} | |
<td>Nceda uthumele ifomu egcwalisiweyo nge-imeyili [email protected]. Imibuzo tsalela u-021 424 3262 okanye uSMSe ku-087 240 6101.</td> | |
+ {% endif %} | |
</tr> | |
</table> | |
<div class="footer-legal"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment