URL changes + menu bar layout

This commit is contained in:
2026-04-09 07:48:07 +02:00
parent 3683b811df
commit 4fe0b41335
4 changed files with 8 additions and 7 deletions

View File

@@ -5,12 +5,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Blechreiz</title>
<title>Blechreiz</title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% render_block "css" %}
<!-- jQuery must load in head before any form widget media -->
<script src="{% static 'js/jquery-2.0.3.min.js' %}"></script>
</head>
<body class="pull_top">
@@ -19,18 +17,16 @@
<div class="{% block navbar_options %}navbar navbar-inverse navbar-static-top {% endblock %}">
<div class="navbar-inner">
<div class="container">
{% if not request.device.android %}
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse" type="button">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
{% endif %}
<a class="brand" href="/">
<img alt="Blechreiz" src="{% static 'img/blechreiz_logo.png' %}">
</a>
<div {% if not request.device.android %}class="nav-collapse collapse"{% endif %}>
<div class="nav-collapse collapse">
<ul class="nav pull-right">
{% block menu_contents %}
<li><a href="/">HOME</a></li>