diff --git a/pinaxcon/templates/symposion/proposals/_proposal_fields.html b/pinaxcon/templates/symposion/proposals/_proposal_fields.html index 1f300c19d03ca8eeab62a82246414fefda8a1085..dc35a1494028489b2fbd0ab2d122bdfeee3fc5c9 100644 --- a/pinaxcon/templates/symposion/proposals/_proposal_fields.html +++ b/pinaxcon/templates/symposion/proposals/_proposal_fields.html @@ -1,15 +1,14 @@ {% load i18n %} -
-
{% trans "Submitted by" %}
-
{{ proposal.speaker }}
+

{% trans "Submitted by" %}

+

{{ proposal.speaker }}

-
{% trans "Target Audience" %}
-
{{ proposal.get_target_audience_display }} 
+

{% trans "Target Audience" %}

+

{{ proposal.get_target_audience_display }} 

{% if proposal.additional_speakers.all %} -
{% trans "Additional Speakers" %}
-
+

{% trans "Additional Speakers" %}

+
+ +

{% endif %} -
{% trans "Abstract" %}
-
{{ proposal.abstract_html|safe }} 
+

{% trans "Abstract" %}

+
{{ proposal.abstract_html|safe }} 
-
{% trans "Private Abstract" %}
-
{{ proposal.private_abstract_html|safe }} 
+

{% trans "Private Abstract" %}

+
{{ proposal.private_abstract_html|safe }} 
-
{% trans "Project" %}
-
{{ proposal.project|safe }} 
+

{% trans "Project" %}

+

{{ proposal.project|safe }} 

-
{% trans "Project URL" %}
-
{{ proposal.project_url|safe }}
+

{% trans "Project URL" %}

+

{{ proposal.project_url|safe }} 

-
{% trans "Video URL" %}
-
{{ proposal.video_url|safe }}
+

{% trans "Video URL" %}

+

{{ proposal.video_url|safe }} 

-
{% trans "Special Requirements" %}
-
{{ proposal.technical_requirements_html|safe }} 
+

{% trans "Special Requirements" %}

+
{{ proposal.technical_requirements_html|safe }}
-
{% trans "Speaker Bio" %}
-
{{ proposal.speaker.biography_html|safe }} 
+

{% trans "Speaker Bio" %}

+
{{ proposal.speaker.biography_html|safe }} 
-
{% trans "Documents" %}
-
+

{% trans "Speaker Experience" %}

+
{{ proposal.speaker.experience_html|safe }} 
+ +

{% trans "Documents" %}

+
{% if proposal.supporting_documents.exists %} {% for document in proposal.supporting_documents.all %} @@ -60,14 +63,12 @@ {% endfor %}
{% else %} - No supporting documents attached to this proposal. +

No supporting documents attached to this proposal.

{% endif %} -
- -
{% trans "Recording Release" %}
-
{{ proposal.recording_release }} 
+ -
{% trans "Materials Release" %}
-
{{ proposal.materials_release }} 
+

{% trans "Recording Release" %}

+

{{ proposal.recording_release }} 

-
+

{% trans "Materials Release" %}

+

{{ proposal.materials_release }}