Merge pull request #466 from pcoder/task/3709/faq_tos_cms_template
Task/3709/Improvements to Data Center Light CMS template
This commit is contained in:
		
				commit
				
					
						e524281d16
					
				
			
		
					 2 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
					@ -10,7 +10,7 @@
 | 
				
			||||||
        <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
					        <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
				
			||||||
        <meta name="description" content="Data Center Light by ungleich">
 | 
					        <meta name="description" content="Data Center Light by ungleich">
 | 
				
			||||||
        <meta name="author" content="ungleich GmbH">
 | 
					        <meta name="author" content="ungleich GmbH">
 | 
				
			||||||
 | 
					        {% cms_toolbar %}
 | 
				
			||||||
        <title>Data Center Light -
 | 
					        <title>Data Center Light -
 | 
				
			||||||
        {% block title %}VM hosting made in Switzerland{% endblock %}</title>
 | 
					        {% block title %}VM hosting made in Switzerland{% endblock %}</title>
 | 
				
			||||||
        <!-- Bootstrap Core CSS -->
 | 
					        <!-- Bootstrap Core CSS -->
 | 
				
			||||||
| 
						 | 
					@ -41,7 +41,6 @@
 | 
				
			||||||
    </head>
 | 
					    </head>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <body>
 | 
					    <body>
 | 
				
			||||||
        {% cms_toolbar %}
 | 
					 | 
				
			||||||
        <!-- Navigation -->
 | 
					        <!-- Navigation -->
 | 
				
			||||||
        {% include "datacenterlight/includes/_navbar.html" %}
 | 
					        {% include "datacenterlight/includes/_navbar.html" %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,17 +1,19 @@
 | 
				
			||||||
{% extends "datacenterlight/base.html" %}
 | 
					{% extends "datacenterlight/base.html" %}
 | 
				
			||||||
{% load staticfiles cms_tags sekizai_tags %}
 | 
					{% load staticfiles cms_tags sekizai_tags %}
 | 
				
			||||||
 | 
					{% block title %}
 | 
				
			||||||
 | 
					{% page_attribute page_title %}
 | 
				
			||||||
 | 
					{% endblock %}
 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
{% addtoblock "css" %}
 | 
					{% addtoblock "css" %}
 | 
				
			||||||
<link href="{% static 'datacenterlight/css/cms.css' %}" media="screen" rel="stylesheet" type="text/css"/>
 | 
					<link href="{% static 'datacenterlight/css/cms.css' %}" media="screen" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
{% endaddtoblock %}
 | 
					{% endaddtoblock %}
 | 
				
			||||||
 | 
					 | 
				
			||||||
<div class="dcl-cms_page-full-width">
 | 
					<div class="dcl-cms_page-full-width">
 | 
				
			||||||
    <div class="dcl-cms_page-header">
 | 
					    <div class="dcl-cms_page-header">
 | 
				
			||||||
        <div class="container">
 | 
					        <div class="container">
 | 
				
			||||||
            <div class="row">
 | 
					            <div class="row">
 | 
				
			||||||
                <div class="col-sm-12 col-md-12">
 | 
					                <div class="col-sm-12 col-md-12">
 | 
				
			||||||
                    <div class="single-heading">
 | 
					                    <div class="single-heading">
 | 
				
			||||||
                        <h2>{% placeholder 'datacenterlight_cms_page_title' %}</h2>
 | 
					                        <h2>{% page_attribute page_title %}</h2>
 | 
				
			||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue