[% IF data.error %]
Sorry! There was something wrong with your submission.
[% END %]
Made a mix? Then upload it! Make sure you've saved it as an MP3 and that its file size is under 7MB - ready, good
- the title of your mix
[% IF data.error.missing_user_upload_subject %]
^^ You must provide a title
[% END %]
- your name
[% IF data.error.missing_user_upload_name %]
^^ You must provide a name
[% END %]
- your email address
[% IF data.error.missing_user_upload_email %]
^^ You must provide an email address
[% END %]
Find your MP3:
[% IF data.error.missing_user_upload_file %]
^^ Sorry, we didn't receive a file. Did you select one?
[% ELSIF data.error.bad_filetype %]
^^ Sorry, that file doesn't appear to be an mp3.
[% ELSIF data.error.file_too_big %]
^^ Sorry, that file was too big, it should be smaller than 7 Megabytes.
[% ELSIF data.error.bad_file %]
^^ The file must be an mp3 file, smaller than 7 Megabytes.
[% END %]
|