]> git.parisson.com Git - mezzo.git/commitdiff
Fix validation email
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 15 Mar 2017 12:46:07 +0000 (13:46 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 15 Mar 2017 12:46:07 +0000 (13:46 +0100)
app/organization/media/urls.py
app/themes/vertigo_starts_eu/templates/projects/project_ict_validation.html

index 6991b2feff26516664a4de59912cba30b38e41ff..79f361b2eba822dd36b8abcd03033364c92fc248 100644 (file)
@@ -40,5 +40,5 @@ urlpatterns = [
     url("^playlists/list/(?P<type>.*)$", PlaylistListView.as_view(), name="organization-playlist-list"),
     url("^playlists/overlay/(?P<slug>.*)/$", PlaylistOverlayView.as_view(), name="organization-playlist-overlay"),
     url("^playlist-media-autocomplete/$",  permission_required('playlist.can_edit')(PlayListMediaView.as_view()), name='media-autocomplete'),
-    url("^streams/(?P<slug>.*)/(?P<type>.*)/detail/$", LiveStreamingDetailView.as_view(), name="organization-streaming-detail"),
+    url("^streams/(?P<slu   g>.*)/(?P<type>.*)/detail/$", LiveStreamingDetailView.as_view(), name="organization-streaming-detail"),
 ]
index ef06115612ed3b8bdf2ceb179683a20a50105528..434ee296377391e80dc0c19412a9bc5a2ed920d5 100644 (file)
@@ -26,7 +26,7 @@
 {% block page_content %}
     <div class="row">
         <p>Thank you for having submitted your project. It will evaluated in the next few days by the evaluation board and you will then receive an email notification for the result.</p>
-        <p>For the first call of 2017, you cannot update your project data on your own, so please <a href="mailto:">send an email</a> to the board if you need any modification.</p>
+        <p>For the first call of 2017, you cannot update your project data on your own, so please <a href="mailto:vertigo@iuk.fraunhofer.de">send an email</a> to the board if you need any modification.</p>
         <p>See you soon!</p>
     </div>
 {% endblock %}