Revision e1623a6d cloudcms/templates/cms/base.html

b/cloudcms/templates/cms/base.html
72 72
    	<div class="wrapper">
73 73
	        <div class="mainlogo">
74 74
	                {% if APP.logo %}
75
	                    <a href="{{ APP.index_url }}" title="{{ APP.title }}">
76
	                        <img src="{{ APP.logo.get_absolute_url }}" alt="{{ APP.title }}" />
77
	                    </a>
75
	                	<h1>
76
		                    <a href="{{ APP.index_url }}" title="{{ APP.title }}">
77
		                        <img src="{{ APP.logo.get_absolute_url }}" alt="{{ APP.title }}" />
78
		                    </a>
79
		                </h1>
78 80
	                {% else %}
79 81
	                    <h1>{{ APP.title }}</h1>
80 82
	                {% endif %}

Also available in: Unified diff