]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/location/base.html
location: Redesign lookup page
[ipfire.org.git] / src / templates / location / base.html
index 8ed0828030a39c31dceb67776185a3c084f8798f..815f28b62863a35b9d8de47d460c6ea6540c1a03 100644 (file)
@@ -1,13 +1,15 @@
 {% extends "../base.html" %}
 
 {% block content %}
-       <h1 class="text-center mt-5 mb-5">
-               <a class="text-white" href="/lookup/{{ address }}">{{ _("Location of %s") % address }}</a>
+       <h1 class="text-center my-5">
+               <a class="text-white" href="/lookup/{{ address }}">{{ address }}</a>
        </h1>
 
-       <div class="row justify-content-center">
-               <div class="col-12 col-md-6">
-                       {% block main %}{% end block %}
+       <section>
+               <div class="row justify-content-center">
+                       <div class="col-12 col-lg-6">
+                               {% block main %}{% end block %}
+                       </div>
                </div>
-       </div>
+       </section>
 {% end block %}