Changeset - 128148ba20a6
[Not reviewed]
0 1 0
William Hughes - 6 years ago 2018-06-29 23:41:37
will@willhughes.name
Fix absolute URLs, 'Sydney' on the speaker create form

Fix !87
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
vendor/symposion/speakers/models.py
Show inline comments
...
 
@@ -66,7 +66,7 @@ class Speaker(models.Model):
 
    travel_assistance = models.BooleanField(
 
        blank=True,
 
        default=False,
 
        help_text=_("Check this box if you require assistance to travel to Sydney to "
 
        help_text=_("Check this box if you require assistance to travel to Christchurch to "
 
                    "present your proposed sessions."),
 
        verbose_name=_("Travel assistance required"),
 
    )
...
 
@@ -80,11 +80,11 @@ class Speaker(models.Model):
 
    agreement = models.BooleanField(
 
        default=False,
 
        help_text=_("I agree to the "
 
                    "<a href=\"https://linux.conf.au/attend/terms-and-conditions\"> "
 
                    "<a href=\"/attend/terms-and-conditions\"> "
 
                    "terms and conditions of attendance</a>, and I have read, "
 
                    "understood, and agree to act according to the standards set "
 
                    "forth in our "
 
                    "<a href=\"https://linux.conf.au/attend/code-of-conduct\">"
 
                    "<a href=\"/attend/code-of-conduct\">"
 
                    "Code of Conduct</a>.")
 
    )
 

	
0 comments (0 inline, 0 general)