X-Git-Url: https://code.kerkeslager.com/?p=climbing.kerkeslager.com;a=blobdiff_plain;f=src%2Fclimbing%2Ftemplates%2Fclimbing%2Farea_list.html;fp=src%2Fclimbing%2Ftemplates%2Fclimbing%2Farea_list.html;h=02298ff52dc09dbc9d3d91b19a1f97f3a625f90f;hp=0000000000000000000000000000000000000000;hb=3977607665b62dae546113a3888fd3588d743283;hpb=1bc6954655e77c96abc15240b495331dfb0dd1a8 diff --git a/src/climbing/templates/climbing/area_list.html b/src/climbing/templates/climbing/area_list.html new file mode 100644 index 0000000..02298ff --- /dev/null +++ b/src/climbing/templates/climbing/area_list.html @@ -0,0 +1,12 @@ +{% extends 'core/base.html' %} + +{% block content %} + {% for object in object_list %} +

{{ object.name }}

+ {% if not forloop.last %} +
+ {% endif %} + {% empty %} + No areas found. + {% endfor %} +{% endblock %}