conference/views.py
changeset 7 4976650293f4
parent 6 4e819dd96e1f
child 12 243a7e90f3c3
equal deleted inserted replaced
6:4e819dd96e1f 7:4976650293f4
    11 from django.template import Context
    11 from django.template import Context
    12 from django.template import RequestContext
    12 from django.template import RequestContext
    13 from django.template import loader
    13 from django.template import loader
    14 from django.utils.translation import gettext_lazy as _
    14 from django.utils.translation import gettext_lazy as _
    15 
    15 
    16 from content.forms import ParticipantForm
    16 from conference.forms import ParticipantForm
    17 from content.models import Participant
    17 from conference.models import Participant
    18 
    18 
    19 
    19 
    20 def makemsg(username,url):
    20 def makemsg(username,url):
    21   """
    21   """
    22   Email body to be sent to user.
    22   Email body to be sent to user.