Skip to content

Instantly share code, notes, and snippets.

@imsickofmaps
Last active October 18, 2018 07:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imsickofmaps/fb449ffe43e2a5376e44820965717f97 to your computer and use it in GitHub Desktop.
Save imsickofmaps/fb449ffe43e2a5376e44820965717f97 to your computer and use it in GitHub Desktop.
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 documents@picsa.com. 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 documents@picsa.com. 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 ku-documents@picsa.com. 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