March 2020
Intermediate to advanced
608 pages
17h 17m
English
Go through the following steps to create a continuously scrolling page:
{# locations/location_list.html #}{% extends "base.html" %}{% load i18n static utility_tags %}{% block content %} <div class="row"> <div class="col-lg-8"> <h1>{% trans "Interesting Locations" %}</h1> {% if object_list %} <div class="item-list"> {% for location in object_list %} <a href="{{ location.get_url_path }}" class="item ...
Read now
Unlock full access