Commit 6cc7c4b9 authored by Rafal's avatar Rafal

Merge remote-tracking branch 'origin/master'

parents 80f6a266 b3d36211
...@@ -16,4 +16,4 @@ ...@@ -16,4 +16,4 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div> </div>
<script>
$(document).ready(function(){
show_beacons();
});
</script>
<div class="container"> <div class="container">
<div id="container__">
</div>
{% for beacon_data in beacon_display %} {% for beacon_data in beacon_display %}
{% include 'user_panel/content/beacon_detail.html' %} {% include 'user_panel/content/beacon_detail.html' %}
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
{% include 'user_panel/default/footer.html' %} {% include 'user_panel/default/footer.html' %}
<script src="{% static 'js/map.js' %}"></script> <script src="{% static 'js/map.js' %}"></script>
<script src="{% static 'js/beacon.js' %}"></script>
<script src="{% static 'js/project_detail.js' %}"></script> <script src="{% static 'js/project_detail.js' %}"></script>
<script src="{% static 'js/bootstrap.js' %}"></script> <script src="{% static 'js/bootstrap.js' %}"></script>
</body> </body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment