navbar fixed on payment, order-success, order-confirmation

This commit is contained in:
ARvind Tiwari 2017-08-03 02:35:44 +05:30
commit a3d5c81530
5 changed files with 93 additions and 61 deletions

View file

@ -1,5 +1,10 @@
{% extends "hosting/base_short.html" %}
{% load staticfiles bootstrap3 i18n %}
{% block navbar %}
{% include "datacenterlight/includes/_navbar.html" %}
{% endblock navbar %}
{% block content %}
<!-- Credit card form -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/paymentfont/1.1.2/css/paymentfont.min.css"/>
@ -190,7 +195,6 @@
window.hasCreditcard = true;
})();
</script>
{%endif%}
{%endblock%}