CodeForAfrica / HURUmap

HURUmap is an interactive web platform that allows citizens and journalists to explore, visualise, and download census data. This gives them the power to give context to stories that was otherwise hard to spot. Accessible at https://hurumap.org
https://hurumap.org
GNU General Public License v3.0
8 stars 7 forks source link

Move js block outside profile_detail block #32

Closed kilemensi closed 6 years ago

kilemensi commented 6 years ago

Description

{% block profile_javascript_libs %} was mistakenly declared inside {% block profile_detail %} block causing double initialization of JavaScript libraries as well as some libraries not being included.

Type of change

Please delete options that are not relevant.

Checklist: