From: Guillaume Pellerin Date: Wed, 15 Mar 2017 12:46:07 +0000 (+0100) Subject: Fix validation email X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0322c1a4a3cf4ef40f70770838707a17f1965561;p=mezzo.git Fix validation email --- diff --git a/app/organization/media/urls.py b/app/organization/media/urls.py index 6991b2fe..79f361b2 100644 --- a/app/organization/media/urls.py +++ b/app/organization/media/urls.py @@ -40,5 +40,5 @@ urlpatterns = [ url("^playlists/list/(?P.*)$", PlaylistListView.as_view(), name="organization-playlist-list"), url("^playlists/overlay/(?P.*)/$", 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.*)/(?P.*)/detail/$", LiveStreamingDetailView.as_view(), name="organization-streaming-detail"), + url("^streams/(?P.*)/(?P.*)/detail/$", LiveStreamingDetailView.as_view(), name="organization-streaming-detail"), ] diff --git a/app/themes/vertigo_starts_eu/templates/projects/project_ict_validation.html b/app/themes/vertigo_starts_eu/templates/projects/project_ict_validation.html index ef061156..434ee296 100644 --- a/app/themes/vertigo_starts_eu/templates/projects/project_ict_validation.html +++ b/app/themes/vertigo_starts_eu/templates/projects/project_ict_validation.html @@ -26,7 +26,7 @@ {% block page_content %}

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.

-

For the first call of 2017, you cannot update your project data on your own, so please send an email to the board if you need any modification.

+

For the first call of 2017, you cannot update your project data on your own, so please send an email to the board if you need any modification.

See you soon!

{% endblock %}