)
SEARCH_MODEL_CHOICES = ()
+
+RATINGS_ACCOUNT_REQUIRED = True
Get Directions
</a>
</p>
- {% google_static_map event 900 300 15 %}
+ <a href="{{ event|google_nav_url }}" target="_blank" class="">
+ {% google_static_map event 900 300 15 %}
+ </a/>
</div>
{% endeditable %}
{% endblock %}
{% endif %}
{% endblock %}
+{% comment %}
{% block event_detail_rating %}
<div class="panel panel-default rating">
<div class="panel-body">
</div>
</div>
{% endblock %}
+{% endcomment %}
{% block event_detail_sharebuttons %}
{% set_short_url_for event %}
# -*- coding: utf-8 -*-
#
-# Copyright (c) 2015 IRCAM
+# Copyright (c) 2015 Guillaume Pellerin <guillaume.pellerin@ircam.fr>
# Manifeste is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
command: /bin/sh deploy/start_app.sh --runserver
volumes:
- ./app/:/srv/app
- - ./lib/mezzanine-agenda/:/srv/lib/mezzanine-agenda
ports:
- "9010:8000"
# -*- coding: utf-8 -*-
#
-# Copyright (c) 2015 IRCAM
+# Copyright (c) 2015 Guillaume Pellerin <guillaume.pellerin@ircam.fr>
# Manifeste is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
- "8000"
links:
- db
- # - pgdb
-
+
nginx:
image: nginx
ports:
-Subproject commit 22aef2e326a7e62d650c68928f726e88468e3e2d
+Subproject commit e445d26eb34d9c3c390391406c6ccb9f6d1380c1