|
@ -20,9 +20,7 @@ |
|
|
<link rel="stylesheet" href="{% static 'css/my_checks.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/my_checks.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/my_checks_mobile.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/my_checks_mobile.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/my_checks_desktop.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/my_checks_desktop.css' %}" type="text/css"> |
|
|
{% if USE_PAYMENTS %} |
|
|
|
|
|
<link rel="stylesheet" href="{% static 'css/pricing.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/pricing.css' %}" type="text/css"> |
|
|
{% endif %} |
|
|
|
|
|
<link rel="stylesheet" href="{% static 'css/syntax.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/syntax.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/channels.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/channels.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/channel_checks.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/channel_checks.css' %}" type="text/css"> |
|
@ -83,7 +81,7 @@ |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% if USE_PAYMENTS %} |
|
|
|
|
|
|
|
|
{% if USE_PAYMENTS and False %} |
|
|
<li {% if page == 'pricing' %} class="active" {% endif %}> |
|
|
<li {% if page == 'pricing' %} class="active" {% endif %}> |
|
|
<a href="{% url 'hc-pricing' %}">Pricing</a> |
|
|
<a href="{% url 'hc-pricing' %}">Pricing</a> |
|
|
</li> |
|
|
</li> |
|
|