Skip to content

Bbcm

bbcm() ΒΆ

Render the big butterfly count map page.

Source code in ckanext/nhm/routes/bbcm.py
15
16
17
18
19
20
@blueprint.route('/big-butterfly-count-map')
def bbcm():
    """
    Render the big butterfly count map page.
    """
    return toolkit.render('bbcm.html', {})