Merge pull request #264 from Modulos/order_now

Change buy now to order now and add link
This commit is contained in:
Noe 2017-05-22 18:27:09 +02:00 committed by GitHub
commit ba9336dd33

View file

@ -243,7 +243,7 @@
<p>{% trans "15 GiB storage(SSD)" %}</p>
</div>
</div>
<a href="#" class="btn btn-primary">{% trans "Buy Now!" %}</a>
<a href="{% url 'hosting:payment' %}" class="btn btn-primary">{% trans "Order Now!" %}</a>
</div>
</div>
</div>