Skip to content

Commit

Permalink
Prepaid unavailable template from when the vendor stopped providing s…
Browse files Browse the repository at this point in the history
…erivces
  • Loading branch information
jacques committed Oct 5, 2017
1 parent 612b000 commit 25bc8c5
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions prepaid__unavailable.tpl
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
{include file="header.tpl" title="Purchase Prepaid"}
{*
* Prepaid serivces are unavailable template.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* Copyright 2014-2017 Jacques Marneweck. All rights strictly reserved.
*}
{include file="header.tpl" title="Prepaid Services Unavailable" nav="prepaid"}

<div>
<h2 class=page-header">Prepaid Unavailable</h2>
<hr />
<h2 class="page-header">Prepaid Services Unavailable</h2>
</div>

<div>
{include file="_partials/success.tpl"}
{include file="_partials/errors.tpl"}

<div class="row">
<h2 class="page-header">Prepaid Services Unavailable</h2>
<p>
Please note that prepaid services is presently unavailable while we integrate
with a new prepaid vendor.
Please note that prepaid services are presently unavailable while we integrate
with a new prepaid vendor. We apologise for any inconvience caused during
this transition.
</p>
</div>
</div>
Expand Down

0 comments on commit 25bc8c5

Please sign in to comment.