diff --git a/core/templates/base.html b/core/templates/base.html index dcaac55..f2dc547 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -31,6 +31,9 @@ .navbar-brand, .nav-link { color: #fff !important; } .btn-primary { background-color: #2196F3; border-color: #2196F3; } footer { background-color: #0A1D37; color: #fff; padding: 3rem 0; } + .breadcrumb-container { background: #fff; border-bottom: 1px solid #eee; padding: 0.5rem 0; margin-bottom: 0; } + .breadcrumb-item a { text-decoration: none; color: #6c757d; } + .breadcrumb-item.active { color: #2196F3; font-weight: 600; } @@ -50,11 +53,14 @@
+ {% block breadcrumbs %}{% endblock %} + {% if messages %}© 2026 {{ app_settings.app_name|default:"MASAR CARGO" }}. All rights reserved.
Published on {{ article.created_at|date:"F d, Y" }}
-{% trans "Published on" %} {{ article.created_at|date:"F d, Y" }}
+ {% endif %} +{% trans "Browse available trucks and send your shipping offers directly to truck owners." %}
diff --git a/core/templates/core/place_bid.html b/core/templates/core/place_bid.html index b3805c3..9b8001c 100644 --- a/core/templates/core/place_bid.html +++ b/core/templates/core/place_bid.html @@ -1,8 +1,29 @@ {% extends "base.html" %} {% load i18n %} +{% block breadcrumbs %} + +{% endblock %} + {% block content %} -