]> git.ipfire.org Git - ipfire.org.git/commitdiff
templates: Drop body block
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Nov 2018 14:01:46 +0000 (14:01 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Nov 2018 14:01:46 +0000 (14:01 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/base.html
src/templates/fireinfo/profile.html
src/templates/fireinfo/vendor.html

index 256da1d4afbd6dc764c59b2141e93ea73017da07..82c6b1d06e5de03174fb68593f020294ff6a5c07 100644 (file)
 
                {% block container %}
                        <div class="container">
-                               {% block body %}{% end block %}
                                {% block content %}{% end block %}
                        </div>
                {% end block %}
index 7484cb1a0cdbf778c294db978090439de4d3e3ba..b63d424df681260b358542b9e04c59e98f69785a 100644 (file)
@@ -2,7 +2,7 @@
 
 {% block title %}{{ _("Profile %s") % profile.public_id }}{% end block %}
 
-{% block body %}
+{% block content %}
        <section>
                <div class="container">
                        <div class="row">
index f8014c0ab762f1a01ee46a6f0cf30cdcf4e26b59..1862bc806906e45d2f02314fb4fa421dd6c71c5f 100644 (file)
@@ -2,7 +2,7 @@
 
 {% block title %}{{ vendor_name }}{% end block %}
 
-{% block body %}
+{% block content %}
        <section>
                <div class="container">
                        <div class="row">