Browse Source

Fix block custom_id attr typo (#285)

Kenneth Zhao 4 years ago
parent
commit
2b043d1752

+ 1 - 1
coderedcms/templates/coderedcms/blocks/card_block.html

@@ -14,4 +14,4 @@
         {% include_block button %}
         {% endfor %}
     </div>
-</div>
+</div>

+ 1 - 1
coderedcms/templates/coderedcms/blocks/card_blurb.html

@@ -16,4 +16,4 @@
         {% include_block button %}
         {% endfor %}
     </div>
-</div>
+</div>

+ 1 - 1
coderedcms/templates/coderedcms/blocks/card_foot.html

@@ -16,4 +16,4 @@
         {% include_block button %}
         {% endfor %}
     </div>
-</div>
+</div>

+ 1 - 1
coderedcms/templates/coderedcms/blocks/card_head.html

@@ -14,4 +14,4 @@
         {% include_block button %}
         {% endfor %}
     </div>
-</div>
+</div>

+ 1 - 1
coderedcms/templates/coderedcms/blocks/card_head_foot.html

@@ -16,4 +16,4 @@
         {% include_block button %}
         {% endfor %}
     </div>
-</div>
+</div>

+ 1 - 1
coderedcms/templates/coderedcms/blocks/card_img.html

@@ -16,4 +16,4 @@ style="background-image:url('{{card_img.url}}');"
         {% include_block button %}
         {% endfor %}
     </div>
-</div>
+</div>

+ 1 - 1
coderedcms/templates/coderedcms/blocks/google_map.html

@@ -5,4 +5,4 @@
 	{% else %}
 		<iframe class="embed-responsive-item" width="100%" style="border:0" src="https://maps.google.com/maps?q={{ self.search|urlencode }}&output=embed" title="{{self.map_title}}" allowfullscreen></iframe>
 	{% endif %}
-</div>
+</div>

+ 1 - 1
coderedcms/templates/coderedcms/blocks/h1_block.html

@@ -1,4 +1,4 @@
 <h1 {% if self.settings.custom_css_class %}class="{{self.settings.custom_css_class}}"{% endif %}
 {% if self.settings.custom_id %}id="{{self.settings.custom_id}}"{% endif %}>
     {{ self.text }}
-</h1>
+</h1>

+ 1 - 1
coderedcms/templates/coderedcms/blocks/h2_block.html

@@ -1,4 +1,4 @@
 <h2 {% if self.settings.custom_css_class %}class="{{self.settings.custom_css_class}}"{% endif %}
 {% if self.settings.custom_id %}id="{{self.settings.custom_id}}"{% endif %}>
     {{ self.text }}
-</h2>
+</h2>

+ 1 - 1
coderedcms/templates/coderedcms/blocks/h3_block.html

@@ -1,4 +1,4 @@
 <h3 {% if self.settings.custom_css_class %}class="{{self.settings.custom_css_class}}"{% endif %}
 {% if self.settings.custom_id %}id="{{self.settings.custom_id}}"{% endif %}>
     {{ self.text }}
-</h3>
+</h3>

+ 1 - 1
coderedcms/templates/coderedcms/blocks/hero_block.html

@@ -15,4 +15,4 @@
 
 {% if not self.fluid %}
 </div>
-{% endif %}
+{% endif %}

+ 1 - 1
coderedcms/templates/coderedcms/blocks/image_block.html

@@ -17,4 +17,4 @@ class="w-100 {{self.settings.custom_css_class}}"
 {% if self.settings.custom_id %}id="{{self.settings.custom_id}}"{% endif %}
 alt="{{self_image.image.title}}" />
 
-{% endif %}
+{% endif %}

+ 1 - 1
coderedcms/templates/coderedcms/blocks/image_gallery_block.html

@@ -31,4 +31,4 @@
     </div>
 </div>
 
-</section>
+</section>

+ 1 - 1
coderedcms/templates/coderedcms/blocks/pagepreview_card.html

@@ -14,4 +14,4 @@
         <a href="{% pageurl page %}" title="{{page.title}}">Read more &raquo;</a>
     </div>
 {% endwith %}
-</div>
+</div>

+ 1 - 1
coderedcms/templates/coderedcms/blocks/table_block.html

@@ -26,4 +26,4 @@
             </tr>
         {% endfor %}
     </tbody>
-</table>
+</table>