Added cms.css and renamed faq.html to cms_page.html
This commit is contained in:
parent
8ab52c3398
commit
8caeaf0217
2 changed files with 52 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{% extends "datacenterlight/base.html" %}
|
||||
{% load staticfiles cms_tags %}
|
||||
{% load staticfiles cms_tags sekizai_tags %}
|
||||
{% block content %}
|
||||
{% addtoblock "css" %}
|
||||
<link href="{% static 'datacenterlight/css/cms.css' %}" media="screen" rel="stylesheet" type="text/css"/>
|
||||
{% endaddtoblock %}
|
||||
|
||||
<div class="full-whydcl-sec">
|
||||
<div class="whydcl-header whydcl-section" id="why_dcl">
|
||||
<div class="container">
|
||||
Loading…
Add table
Add a link
Reference in a new issue