diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index bffc833298989297969dcced804cee60c0bd7614..54e421b19f74ed83c0cf14e4beec61cc03414df7 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -155,6 +155,7 @@ INSTALLED_APPS = [ # Registrasion "registrasion", + "symposion_templates", # Registrasion-stipe "pinax.stripe", diff --git a/pinaxcon/templates/symposion/conference/user_list.html b/pinaxcon/templates/symposion/conference/user_list.html deleted file mode 100644 index 502698f5d6ffbc4f5a5f46ae4c370c97cb49350a..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/conference/user_list.html +++ /dev/null @@ -1,95 +0,0 @@ -{% extends "site_base.html" %} - -{% load i18n %} -{% load sitetree %} - -{% block head_title %}User List{% endblock %} - -{% block extra_style %} - -{% endblock %} - -{% block body_outer %} -

User List

- - - - - - - - - {% for user in users %} - - - - - - {% endfor %} - -
{% trans "Email" %}{% trans "Name" %}{% trans "Speaker Profile?" %}
{{ user.email }}{{ user.get_full_name }} - {% if user.speaker_profile %} - {{ user.speaker_profile }} - {% else %} - create - {% endif %} -
-{% endblock %} - -{% block extra_script %} - - - - -{% endblock %} diff --git a/pinaxcon/templates/symposion/emails/proposal_new_message/message.html b/pinaxcon/templates/symposion/emails/proposal_new_message/message.html deleted file mode 100644 index b56af29633829ec4e0be09b99b48efd50f8f04b4..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/emails/proposal_new_message/message.html +++ /dev/null @@ -1,13 +0,0 @@ -{% load account_tags %} -{% load i18n %} -{% user_display message.user as user %} -

- {% blocktrans with title=proposal.title %}{{ user }} has added a message on {{ title }}.{% endblocktrans %} -

-
- {{ message.message|safe }} -
-

- {% if reviewer %}{% url 'review_detail' proposal.pk as detail_url %}{% else %}{% url 'proposal_detail' proposal.pk as detail_url %}{% endif %} - {% blocktrans %} Respond online at http://{{ current_site }}{{ detail_url }}#proposal-feedback{% endblocktrans %} -

diff --git a/pinaxcon/templates/symposion/emails/proposal_new_message/subject.txt b/pinaxcon/templates/symposion/emails/proposal_new_message/subject.txt deleted file mode 100644 index d710715638fa355a89a6fe37c62878963e7ca220..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/emails/proposal_new_message/subject.txt +++ /dev/null @@ -1 +0,0 @@ -{% load account_tags i18n %}{% user_display message.user as user %}{% blocktrans with title=proposal.title %}New message on "{{ title }}" from {{ user }}{% endblocktrans %} diff --git a/pinaxcon/templates/symposion/emails/proposal_updated/message.html b/pinaxcon/templates/symposion/emails/proposal_updated/message.html deleted file mode 100644 index 93a5a26cdcd14796d5df6df3f9552a028e319684..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/emails/proposal_updated/message.html +++ /dev/null @@ -1,10 +0,0 @@ -{% load account_tags %} -{% load i18n %} -{% user_display user as username %} -

- {% blocktrans with title=proposal.title %}{{ username }} has made changes to {{ title }} which you have previously reviewed or commented on.{% endblocktrans %} -

-

- {% url 'review_detail' proposal.pk as detail_url %} - {% blocktrans %}View the latest version of the proposal online at http://{{ current_site }}{{ detail_url }}{% endblocktrans %} -

diff --git a/pinaxcon/templates/symposion/emails/proposal_updated/subject.txt b/pinaxcon/templates/symposion/emails/proposal_updated/subject.txt deleted file mode 100644 index 379a0711e297c659cf6c0f6d35b7eb992c07933c..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/emails/proposal_updated/subject.txt +++ /dev/null @@ -1 +0,0 @@ -{% load account_tags i18n %}{% user_display user as username %}{% blocktrans with title=proposal.title %}"{{ title }}" has been updated by {{ username }}{% endblocktrans %} diff --git a/pinaxcon/templates/symposion/emails/speaker_addition/message.html b/pinaxcon/templates/symposion/emails/speaker_addition/message.html deleted file mode 100644 index 9bebdf78f7bcac8cb4a218b5366141277146ad94..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/emails/speaker_addition/message.html +++ /dev/null @@ -1,10 +0,0 @@ -{% load i18n %} -{% url 'dashboard' as dashboard_url %} -{% blocktrans with username=proposal.speaker.name site_name=current_site.name title=proposal.title %} -

{{ username }} attached you as an additional speaker to a - talk proposal for {{ site_name }} entitled "{{ title }}".

- -

For more details, visit the {{ site_name }} speaker dashboard: - http://{{ current_site }}{{ dashboard_url ]} -

-{% endblocktrans %} diff --git a/pinaxcon/templates/symposion/emails/speaker_addition/subject.txt b/pinaxcon/templates/symposion/emails/speaker_addition/subject.txt deleted file mode 100644 index d8970d5d5fccd9e36130677a15b746efe433b789..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/emails/speaker_addition/subject.txt +++ /dev/null @@ -1 +0,0 @@ -{% load i18n %}{% blocktrans with name=proposal.speaker.name title=proposal.title %}{{ name }} has invited you to join as a speaker on {{ title }}{% endblocktrans %} diff --git a/pinaxcon/templates/symposion/emails/speaker_invite/message.html b/pinaxcon/templates/symposion/emails/speaker_invite/message.html deleted file mode 100644 index f4265dbca27d613bfaedc4d3f8c721b6592c7473..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/emails/speaker_invite/message.html +++ /dev/null @@ -1,14 +0,0 @@ -{% load i18n %} -{% url 'speaker_create_token' token as token_url %} -{% blocktrans with invitator=proposal.speaker.name title=proposal.title site_name=current_site.name %} -

{{ invitator }} attached you as an additional speaker to a - talk proposal for {{ site_name }} entitled "{{ title }}".

- -

Go to

- -

http://{{ current_site }}{{ token_url }}

- -

to confirm.

- -

If you don't have account on the website, you will be asked to create one.

-{% endblocktrans %} diff --git a/pinaxcon/templates/symposion/emails/speaker_invite/subject.txt b/pinaxcon/templates/symposion/emails/speaker_invite/subject.txt deleted file mode 100644 index d8970d5d5fccd9e36130677a15b746efe433b789..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/emails/speaker_invite/subject.txt +++ /dev/null @@ -1 +0,0 @@ -{% load i18n %}{% blocktrans with name=proposal.speaker.name title=proposal.title %}{{ name }} has invited you to join as a speaker on {{ title }}{% endblocktrans %} diff --git a/pinaxcon/templates/symposion/emails/speaker_no_profile/message.html b/pinaxcon/templates/symposion/emails/speaker_no_profile/message.html deleted file mode 100644 index da21357e908800527e4e42dadad8df839470dd39..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/emails/speaker_no_profile/message.html +++ /dev/null @@ -1,12 +0,0 @@ -{% load i18n %} -{% url 'speaker_create_token' token as token_url %} -{% blocktrans with username=proposal.speaker.name site_name=current_site.name title=proposal.title %} -

{{ username }} attached you as an additional speaker to a - talk proposal for {{ site_name }} entitled "{{ title }}".

- -

Go to

- -

http://{{ current_site }}{{ token_url }}

- -

to confirm and fill out your speaker profile.

-{% endblocktrans %} diff --git a/pinaxcon/templates/symposion/emails/speaker_no_profile/subject.txt b/pinaxcon/templates/symposion/emails/speaker_no_profile/subject.txt deleted file mode 100644 index d8970d5d5fccd9e36130677a15b746efe433b789..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/emails/speaker_no_profile/subject.txt +++ /dev/null @@ -1 +0,0 @@ -{% load i18n %}{% blocktrans with name=proposal.speaker.name title=proposal.title %}{{ name }} has invited you to join as a speaker on {{ title }}{% endblocktrans %} diff --git a/pinaxcon/templates/symposion/emails/sponsor_signup/message.html b/pinaxcon/templates/symposion/emails/sponsor_signup/message.html deleted file mode 100644 index c10b13d7b7f0f896ddc1821ab71131bdcac6b76f..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/emails/sponsor_signup/message.html +++ /dev/null @@ -1,12 +0,0 @@ -{% load i18n %} -{% blocktrans with sponsor_name=sponsor.name applicant=sponsor.applicant contact=sponsor.contact_name email=sponsor.contact_email level=sponsor.level %} -

{{ sponsor_name }} has applied to be a sponsor.

- - -{% endblocktrans %} diff --git a/pinaxcon/templates/symposion/emails/sponsor_signup/subject.txt b/pinaxcon/templates/symposion/emails/sponsor_signup/subject.txt deleted file mode 100644 index 15d23fa8ad9680b7c5c472480cfada6b228dd153..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/emails/sponsor_signup/subject.txt +++ /dev/null @@ -1 +0,0 @@ -{% load i18n %}{% trans "New Sponsor Application" %} diff --git a/pinaxcon/templates/symposion/emails/teams_user_applied/message.html b/pinaxcon/templates/symposion/emails/teams_user_applied/message.html deleted file mode 100644 index b05d6c8b6dc013c8c320cf655597ec7574d61e17..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/emails/teams_user_applied/message.html +++ /dev/null @@ -1,12 +0,0 @@ -{% load i18n account_tags %} -{% user_display user as username %} -{% blocktrans with team_name=team team_url=team.get_absolute_url site_name=current_site.name site_url=current_site %} -

- User "{{ username }}" has applied to join {{ team_name }} on {{ site_name }}. -

- -

- To accept this application and see any other pending applications, visit the following url: - http://{{ site_url }}{{ team_url }} -

-{% endblocktrans %} diff --git a/pinaxcon/templates/symposion/emails/teams_user_applied/subject.txt b/pinaxcon/templates/symposion/emails/teams_user_applied/subject.txt deleted file mode 100644 index 84b2938404d35334dca879e1bdfda3596ec258a2..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/emails/teams_user_applied/subject.txt +++ /dev/null @@ -1 +0,0 @@ -{% load i18n account_tags %}{% user_display user as username %}{% blocktrans %}{{ username}} has applied to to join "{{ team }}"{% endblocktrans %} \ No newline at end of file diff --git a/pinaxcon/templates/symposion/emails/teams_user_invited/message.html b/pinaxcon/templates/symposion/emails/teams_user_invited/message.html deleted file mode 100644 index b498d247a2299b6c544fa87da2c09f4b4836de66..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/emails/teams_user_invited/message.html +++ /dev/null @@ -1,12 +0,0 @@ -{% load i18n account_tags %} - -{% blocktrans with team_name=team team_url=team.get_absolute_url site_name=current_site.name site_url=current_site %} -

- You have been invited to join {{ team_name }} on {{ site_name }}. -

- -

- To accept this invitation, visit the following url: - http://{{ site_url }}{{ team_url }} -

-{% endblocktrans %} \ No newline at end of file diff --git a/pinaxcon/templates/symposion/emails/teams_user_invited/subject.txt b/pinaxcon/templates/symposion/emails/teams_user_invited/subject.txt deleted file mode 100644 index 434412bcae1927cc7afa0799e6f54f83ab2603fd..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/emails/teams_user_invited/subject.txt +++ /dev/null @@ -1 +0,0 @@ -{% load i18n %}{% blocktrans %}You have been invited to join "{{ team }}"{% endblocktrans %} \ No newline at end of file diff --git a/pinaxcon/templates/symposion/proposals/_pending_proposal_row.html b/pinaxcon/templates/symposion/proposals/_pending_proposal_row.html deleted file mode 100644 index 2ea6ba6c7e91a02f9eeb73f3a5e0cd60e28c3fbc..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/proposals/_pending_proposal_row.html +++ /dev/null @@ -1,42 +0,0 @@ -{% load i18n %} - - - - {{ proposal.title }} - - - {{ proposal.kind.name }} - - - {% if proposal.cancelled %} - {% trans 'Cancelled' %} - {% else %} - {% if request.user == proposal.speaker.user %} - {% if proposal.result.status == "accepted" %} - {% trans 'Accepted' %} - {% else %} - {% trans 'Submitted' %} - {% endif %} - {% else %} - {% trans 'Invited' %} - {% endif %} - {% endif %} - - - - {% if not proposal.cancelled %} -
- - {% trans 'Choose Response' %} - - - -
- {% endif %} - - diff --git a/pinaxcon/templates/symposion/proposals/_proposal_fields.html b/pinaxcon/templates/symposion/proposals/_proposal_fields.html deleted file mode 100644 index 12ab45f389d9793759f5e1f8b3294ffaac393309..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/proposals/_proposal_fields.html +++ /dev/null @@ -1,60 +0,0 @@ -{% load i18n %} - -
-
{% trans "Submitted by" %}
-
{{ proposal.speaker }}
- -
{% trans "Track" %}
-
{{ proposal.track }} 
- -
{% trans "Audience Level" %}
-
{{ proposal.get_audience_level_display }} 
- - {% if proposal.additional_speakers.all %} -
{% trans "Additional Speakers" %}
-
- {% for speaker in proposal.additional_speakers.all %} -
  • - {% if speaker.user %} - {{ speaker.name }} <{{ speaker.email }}> - {% else %} - {{ speaker.email }} ({% trans "Invitation Sent" %}) - {% endif %} -
  • - {% endfor %} -
    - {% endif %} - -
    {% trans "Description" %}
    -
    {{ proposal.description }} 
    - -
    {% trans "Abstract" %}
    -
    {{ proposal.abstract_html|safe }} 
    - -
    {% trans "Notes" %}
    -
    {{ proposal.additional_notes_html|safe }} 
    - -
    {% trans "Speaker Bio" %}
    -
    {{ proposal.speaker.biography|safe }} 
    - -
    {% trans "Documents" %}
    -
    - {% if proposal.supporting_documents.exists %} - - {% for document in proposal.supporting_documents.all %} - - - - - {% endfor %} -
    {{ document.description }} -
    - {% csrf_token %} - -
    -
    - {% else %} - No supporting documents attached to this proposal. - {% endif %} -
    -
    diff --git a/pinaxcon/templates/symposion/proposals/_proposal_row.html b/pinaxcon/templates/symposion/proposals/_proposal_row.html deleted file mode 100644 index bc8b2f219533e503594bc8c22e16563ef83dcbbb..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/proposals/_proposal_row.html +++ /dev/null @@ -1,32 +0,0 @@ - - - {{ proposal.title }} - - - {{ proposal.kind.name }} - - - {% if proposal.cancelled %} - Cancelled - {% else %} - {% if request.user == proposal.speaker.user %} - {% if proposal.result.status == "accepted" %} - Accepted - {% else %} - Submitted - {% endif %} - {% else %} - Associated - {% endif %} - {% endif %} - - - - {% if not proposal.cancelled %} - {% if request.user == proposal.speaker.user and proposal.can_edit %} - Edit - Manage Additional Speakers - {% endif %} - {% endif %} - - diff --git a/pinaxcon/templates/symposion/proposals/base.html b/pinaxcon/templates/symposion/proposals/base.html deleted file mode 100644 index d6a6615bb97e98750bea7887467c6406180605b1..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/proposals/base.html +++ /dev/null @@ -1,5 +0,0 @@ -{% extends "site_base.html" %} - -{% block body_outer %} - {% block body %}{% endblock %} -{% endblock %} diff --git a/pinaxcon/templates/symposion/proposals/document_create.html b/pinaxcon/templates/symposion/proposals/document_create.html deleted file mode 100644 index c39fceaa02254d36efb6e1c9465b3d4e11150d44..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/proposals/document_create.html +++ /dev/null @@ -1,17 +0,0 @@ -{% extends "symposion/proposals/base.html" %} - -{% load bootstrap %} - -{% block page_title %}Upload Document to '{{ proposal.title }}'{% endblock %} - -{% block body %} -
    - {% csrf_token %} -
    - {{ form|bootstrap_horizontal }} -
    -
    - -
    -
    -{% endblock %} diff --git a/pinaxcon/templates/symposion/proposals/proposal_cancel.html b/pinaxcon/templates/symposion/proposals/proposal_cancel.html deleted file mode 100644 index a13f7f79e7d7fa2e5861ea197f22f8ae65674e90..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/proposals/proposal_cancel.html +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "symposion/proposals/base.html" %} - -{% load i18n %} - -{% block head_title %}{% trans 'Cancel Proposal' %}{% endblock %} - -{% block body %} -

    Cancel: {{ proposal.title }}

    - -
    - {% csrf_token %} -

    Are you sure you want to cancel {{ proposal.title }}?

    - - {% trans 'No, keep it for now' %} -
    -{% endblock %} diff --git a/pinaxcon/templates/symposion/proposals/proposal_detail.html b/pinaxcon/templates/symposion/proposals/proposal_detail.html deleted file mode 100644 index 2d65fe772da4a968197c84af5db6d4c4da676569..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/proposals/proposal_detail.html +++ /dev/null @@ -1,119 +0,0 @@ -{% extends "symposion/proposals/base.html" %} - -{% load i18n %} -{% load account_tags %} -{% load bootstrap %} - -{% block head_title %}{{ proposal.title }}{% endblock %} - -{% block body %} -
    - {% if not proposal.cancelled %} - {% if request.user == proposal.speaker.user %} - - {% trans "Edit this proposal" %} - - - {% trans "Cancel this proposal" %} - - {% else %} - - {% trans "Remove me from this proposal" %} - - {% endif %} - {% else %} - {% trans 'Cancelled' } - {% endif %} -
    - -

    #{{ proposal.number }}: {{ proposal.title }} ({{ proposal.speaker }}, Track: {{ proposal.track }})

    - -
    - -
    -
    - {% include "symposion/proposals/_proposal_fields.html" %} -
    - {% if request.user == proposal.speaker.user %} -
    -

    {% trans 'Supporting Documents' %}

    - - {% if proposal.supporting_documents.exists %} - - {% for document in proposal.supporting_documents.all %} - - - - - {% endfor %} -
    {{ document.description }} -
    - {% csrf_token %} - -
    -
    - {% else %} -

    {% trans 'No supporting documents attached to this proposal.' %}

    - {% endif %} - {% trans 'Add Document' %} -
    - {% endif %} - - {% if message_form %} -
    - -

    {% trans 'Conversation with Reviewers' %}

    - - {% for message in proposal.messages.all %} -
    -
    {{ message.message|safe }}
    - -
    -
    - {% endfor %} - -

    {% trans 'Leave a Message' %}

    - -

    {% trans 'You can leave a message for the reviewers here.' %}

    - -
    - {% csrf_token %} -
    - {{ message_form|bootstrap }} -
    -
    - -
    -
    -
    - {% endif %} -
    -
    -{% endblock %} - -{% block extra_script %} - - -{% endblock extra_script %} diff --git a/pinaxcon/templates/symposion/proposals/proposal_edit.html b/pinaxcon/templates/symposion/proposals/proposal_edit.html deleted file mode 100644 index 219d107daa99d2450445f68f5d5ee7d73c0827d1..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/proposals/proposal_edit.html +++ /dev/null @@ -1,22 +0,0 @@ -{% extends "symposion/proposals/base.html" %} - -{% load bootstrap %} - -{% block head_title %}Editing {{ proposal.title }}{% endblock %} - -{% block body %} -

    Edit: {{ proposal.title }}

    - -

    Manage speakers

    - -
    - {% csrf_token %} -
    - {{ form|bootstrap }} -
    -
    - - Cancel -
    -
    -{% endblock %} diff --git a/pinaxcon/templates/symposion/proposals/proposal_leave.html b/pinaxcon/templates/symposion/proposals/proposal_leave.html deleted file mode 100644 index dbaad0426dd9e94ad36da2b7079cfb1d36cd2747..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/proposals/proposal_leave.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "symposion/proposals/base.html" %} - -{% block body %} -

    Leaving {{ proposal.title }}

    - -
    - {% csrf_token %} -

    Are you sure you wish to leave as a speaker on {{ proposal.title }}?

    - -
    -{% endblock %} diff --git a/pinaxcon/templates/symposion/proposals/proposal_speaker_manage.html b/pinaxcon/templates/symposion/proposals/proposal_speaker_manage.html deleted file mode 100644 index 0127b413ae84b0757ba64f5b4468f355f1b93620..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/proposals/proposal_speaker_manage.html +++ /dev/null @@ -1,41 +0,0 @@ -{% extends "symposion/proposals/base.html" %} - -{% load i18n %} -{% load bootstrap %} - -{% block body %} -

    {% trans 'Proposal:' %} {{ proposal.title }}

    - -

    - {% trans 'Edit proposal' %} - -

    - -

    {% trans 'Current Speakers' %}

    - - {% for speaker in speakers %} - {% if speaker.user %} -

    {{ speaker.name }} — {{ speaker.email }}

    - {% else %} -

    {{ speaker.email }} — {% trans 'pending invitation' %}

    - {% endif %} - {% endfor %} - -

    {% trans 'Add another speaker' %}

    - -
    - {% csrf_token %} - {{ add_speaker_form|bootstrap }} -
    - -
    -
    -{% endblock %} - -{% block extra_body %} - -{% endblock %} diff --git a/pinaxcon/templates/symposion/proposals/proposal_submit.html b/pinaxcon/templates/symposion/proposals/proposal_submit.html deleted file mode 100644 index a2face3756fd62794a677a45acc16c39c16379fd..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/proposals/proposal_submit.html +++ /dev/null @@ -1,20 +0,0 @@ -{% extends "symposion/proposals/base.html" %} - -{% load pinax_boxes_tags %} -{% load i18n %} - -{% block page_title %}{% trans "Submit A Proposal" %}{% endblock %} - -{% block body %} - {% box "proposal_submit" %} - - {% if kinds %} -

    Select what kind of proposal you'd like to submit:

    - - {% for kind in kinds %} - {{ kind }} - {% endfor %} - {% else %} -

    Proposals are not currently open for submission.

    - {% endif %} -{% endblock %} diff --git a/pinaxcon/templates/symposion/proposals/proposal_submit_kind.html b/pinaxcon/templates/symposion/proposals/proposal_submit_kind.html deleted file mode 100644 index c90de0d61f265b001e54ee6b7448fdb54b5e4e85..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/proposals/proposal_submit_kind.html +++ /dev/null @@ -1,26 +0,0 @@ -{% extends "symposion/proposals/base.html" %} - -{% load bootstrap %} -{% load pinax_boxes_tags %} -{% load i18n %} - -{% block page_title %}Submit a Proposal for a {{ kind.name }}{% endblock %} - -{% block body %} - {% box "example_proposal" %} - -
    - {% csrf_token %} -
    - {{ proposal_form|bootstrap_horizontal }} -
    -
    -

    - You will be able to edit your proposal after it has been submitted. The program committee may ask questions, provide feedback, and even suggest changes to your proposal as part of the review processes. -

    - - - -
    -
    -{% endblock %} diff --git a/pinaxcon/templates/symposion/reviews/_result_notification_prepare_help.html b/pinaxcon/templates/symposion/reviews/_result_notification_prepare_help.html deleted file mode 100644 index e0ef7ddff1388e018a818fc03919840aafc9c8b5..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/reviews/_result_notification_prepare_help.html +++ /dev/null @@ -1,7 +0,0 @@ - Body may include the following variables which will be substituted in the email with a value - specific to each proposal: - \ No newline at end of file diff --git a/pinaxcon/templates/symposion/reviews/_review_table.html b/pinaxcon/templates/symposion/reviews/_review_table.html deleted file mode 100644 index 1570f7f82ca24c22d07771a3df84e4a2effb390a..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/reviews/_review_table.html +++ /dev/null @@ -1,37 +0,0 @@ -{% load i18n %} - - - - - - - - - - - - - - - - {% for proposal in proposals %} - - - - - - - - - - - - {% endfor %} - -
    #{% trans "Speaker / Title" %}{% trans "Category" %}{% trans "+1" %}{% trans "+0" %}{% trans "-0" %}{% trans "-1" %}
    {{ proposal.number }} - - {{ proposal.speaker }} -
    - {{ proposal.title }} -
    -
    {{ proposal.track }}{{ proposal.comment_count }}{{ proposal.plus_one }}{{ proposal.plus_zero }}{{ proposal.minus_zero }}{{ proposal.minus_one }}{{ proposal.user_vote|default:"" }}
    diff --git a/pinaxcon/templates/symposion/reviews/access_not_permitted.html b/pinaxcon/templates/symposion/reviews/access_not_permitted.html deleted file mode 100644 index 0d0d0e53b7455cc566b28008817cece3d93d37aa..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/reviews/access_not_permitted.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends "symposion/reviews/base.html" %} - -{% block body %} -

    Access Not Permitted

    - -

    - Sorry, you do not have permission to access this page. If you - believe this is a bug, please contact us immediately. -

    -{% endblock %} diff --git a/pinaxcon/templates/symposion/reviews/base.html b/pinaxcon/templates/symposion/reviews/base.html deleted file mode 100644 index 84d3e20b966eebd6ed65d9308712dae42a276234..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/reviews/base.html +++ /dev/null @@ -1,112 +0,0 @@ -{% extends "site_base.html" %} - -{% load i18n %} -{% load sitetree %} - -{% block extra_style %} - -{% endblock %} - -{% block body_class %}reviews{% endblock %} - -{% block body_outer %} -
    -
    - {% block sidebar %} - {% for section in review_sections %} -
    -
    -

    {{ section }}

    -
    -
    - - {% trans "All Reviews" %} - - {% comment %} -
  • - - {% trans "Your Assignments" %} - -
  • - {% endcomment %} - - {% trans "Voting Status" %} - - {% if request.user.is_staff %} - Result Notification - {% endif %} -
    - {% endfor %} - {% endblock %} -
    -
    - {% block body %} - {% endblock %} -
    -
    -{% endblock %} - -{% block extra_script %} - - - - -{% endblock %} diff --git a/pinaxcon/templates/symposion/reviews/result_notification.html b/pinaxcon/templates/symposion/reviews/result_notification.html deleted file mode 100644 index ed3fbd428ac8615fddceb7418841d74232094fba..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/reviews/result_notification.html +++ /dev/null @@ -1,156 +0,0 @@ -{% extends "symposion/reviews/base.html" %} - -{% load i18n %} - - -{% block body_class %}{{ block.super }} review-results{% endblock %} - -{% block extra_style %} - -{% endblock %} - -{% block body %} - - - -

    Result Notification

    - -
    - - {% csrf_token %} - -

    - Select one or more proposals (0 currently selected) -
    - then pick an email template - -
    - -

    - - - - - - - - - - - - - {% for proposal in proposals %} - - - - - - - - - {% endfor %} - -
    #{% trans "Speaker / Title" %}{% trans "Category" %}{% trans "Status" %}{% trans "Notified?" %}
    {{ proposal.number }} - - {{ proposal.speaker }} -
    - {{ proposal.title }} -
    -
    {{ proposal.track }} - {% with proposal.result.status as status %} -
    - {% if status != "undecided" %} - {{ status }} - {% endif %} -
    - {% endwith %} -
    - {% if proposal.notifications.exists %}yes{% endif %} -
    -
    -{% endblock %} - -{% block extra_script %} - -{% endblock %} diff --git a/pinaxcon/templates/symposion/reviews/result_notification_prepare.html b/pinaxcon/templates/symposion/reviews/result_notification_prepare.html deleted file mode 100644 index 2abc8f8354ef00e74adadb5928bdd62f60637011..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/reviews/result_notification_prepare.html +++ /dev/null @@ -1,49 +0,0 @@ -{% extends "symposion/reviews/base.html" %} - -{% load i18n %} - -{% block body %} -

    Result Notification Prepare

    - -
    -
    -

    Proposals

    - - {% for proposal in proposals %} - - - - {% endfor %} -
    - {{ proposal.speaker }} ({{ proposal.speaker.email }}) -
    - {{ proposal.title }} -
    -
    -
    -

    Email

    - -
    - - {% csrf_token %} - - - -
    - - -
    - - -
    - - - - {% include "symposion/reviews/_result_notification_prepare_help.html" %} - - - Cancel -
    -
    - -{% endblock %} diff --git a/pinaxcon/templates/symposion/reviews/review_admin.html b/pinaxcon/templates/symposion/reviews/review_admin.html deleted file mode 100644 index 6b6fe8110fe4e603f1f7135eaca60b548d152422..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/reviews/review_admin.html +++ /dev/null @@ -1,56 +0,0 @@ -{% extends "symposion/reviews/base.html" %} - -{% block body %} -

    Reviewers

    - - - - - - - - - - - {% for reviewer in reviewers %} - - - - - - - - - - {% endfor %} -
    - Reviewer - - Proposals
    Reviewed - -
    - Comments - - +1 - - +0 - - −0 - - −1 -
    - {{ reviewer.get_full_name }} - - {{ reviewer.total_votes }} - - {{ reviewer.comment_count }} - - {{ reviewer.plus_one }} - - {{ reviewer.plus_zero }} - - {{ reviewer.minus_zero }} - - {{ reviewer.minus_one }} -
    -{% endblock %} diff --git a/pinaxcon/templates/symposion/reviews/review_assignment.html b/pinaxcon/templates/symposion/reviews/review_assignment.html deleted file mode 100644 index bfe60beccb1f36fcc7dffa754df27367c120025f..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/reviews/review_assignment.html +++ /dev/null @@ -1,32 +0,0 @@ -{% extends "symposion/reviews/base.html" %} - -{% block body %} -

    Review Assignments

    - - {% if assignments %} - - - - - - - {% for assignment in assignments %} - - - - - {% endfor %} -
    ProposalOpted outOpt out
    - - {{ assignment.proposal.title }} - - -
    - {% csrf_token %} - -
    -
    - {% else %} -

    You do not have any assignments.

    - {% endif %} -{% endblock %} diff --git a/pinaxcon/templates/symposion/reviews/review_bulk_accept.html b/pinaxcon/templates/symposion/reviews/review_bulk_accept.html deleted file mode 100644 index 81f1e57c75cf4957ca2034f378b8f408bbd8b8e3..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/reviews/review_bulk_accept.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends "symposion/reviews/base.html" %} - -{% load bootstrap %} - -{% block body %} - -

    Bulk Accept

    -
    - {% csrf_token %} - {{ form|bootstrap }} -
    - -
    -
    -{% endblock %} diff --git a/pinaxcon/templates/symposion/reviews/review_comment.html b/pinaxcon/templates/symposion/reviews/review_comment.html deleted file mode 100644 index d7fa96a4c5e3f41a2d8e74dc5fae739587f37259..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/reviews/review_comment.html +++ /dev/null @@ -1,2 +0,0 @@ -{{ proposal }}: proposal obj -{{ form }}: comment form obj diff --git a/pinaxcon/templates/symposion/reviews/review_detail.html b/pinaxcon/templates/symposion/reviews/review_detail.html deleted file mode 100644 index 76e1bbda3e01d835e5817acbd1c2819060b0359f..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/reviews/review_detail.html +++ /dev/null @@ -1,186 +0,0 @@ -{% extends "symposion/reviews/base.html" %} - -{% load i18n %} -{% load bootstrap %} -{% load account_tags %} - - -{% block body %} - {% if request.user.is_staff %} -
    -
    - {% csrf_token %} -
    - {% if proposal.result.status == "accepted" %} - Accepted - - {% else %} - {% if proposal.result.status == "rejected" %} - Rejected - - {% else %} - {% if proposal.result.status == "standby" %} - Standby - - {% else %} - Undecided - - {% endif %} - {% endif %} - {% endif %} -
    -
    -
    - {% endif %} - -

    #{{ proposal.number }}: {{ proposal.title }} ({{ proposal.speaker }})

    - -
    - -
    -
    - {% include "symposion/proposals/_proposal_fields.html" %} -
    -
    - -

    {% trans "Current Results" %}

    - - - - - - - - - - - - - - - - -
    +1 votes+0 votes-0 votes-1 votes{% trans "Total Responses" %} -
    {{ proposal.plus_one }}{{ proposal.plus_zero }}{{ proposal.minus_zero }}{{ proposal.minus_one }}{{ proposal.total_votes }}
    - -
    - - {% if review_form %} -
    - {% trans "Submit Review" %} -

    Enter your vote and any comment to go along with it. You can revise your vote or comment multiple times with an existing vote (your previously recorded score will be replaced during calculations). Your vote and comments are not public and will only be viewable by other reviewers.

    - {% csrf_token %} - {{ review_form|bootstrap }} -
    - -
    -
    - {% else %} -

    You do not have permission to vote on this proposal.

    - {% endif %} - - {% if reviews %} -
    Review Comments
    - {% for review in reviews %} -
    -
    - {{ review.vote }} -
    - {% if is_manager %} -
    -
    - {% csrf_token %} - -
    -
    - {% endif %} -
    - {% user_display review.user %} - {{ review.submitted_at|timesince }} ago
    - {{ review.comment|safe }} -
    -
    - {% endfor %} - {% endif %} -
    -
    - {% if review_messages %} -

    {% trans "Conversation with the submitter" %}

    - {% for message in review_messages %} -
    -
    - {% user_display message.user %} - {{ message.submitted_at|timesince }} ago
    - {{ message.message|safe }} -
    -
    - {% endfor %} -
    - {% endif %} - -
    - {% trans "Send a message" %} -

    - {% blocktrans %} - If you'd like to communicate with the submitter, use the following form and he or she will be - notified and given the opportunity to respond. - {% endblocktrans %} -

    - {% csrf_token %} - {{ message_form|bootstrap }} -
    - -
    -
    -
    -
    -
    -{% endblock %} - -{% block extra_script %} - - - -{% endblock %} diff --git a/pinaxcon/templates/symposion/reviews/review_list.html b/pinaxcon/templates/symposion/reviews/review_list.html deleted file mode 100644 index 45693d2ff2da39ecdae7e0c17f7372f73dc2311e..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/reviews/review_list.html +++ /dev/null @@ -1,17 +0,0 @@ -{% extends "symposion/reviews/base.html" %} - - -{% block body_class %}{{ block.super }} review-list{% endblock %} - -{% block body %} -

    {{ section }}

    - {% if reviewed == 'all_reviews' %} -

    All proposals

    - {% elif reviewed == 'user_reviewed' %} -

    Proposals you have reviewed

    - {% else %} -

    Proposals you have not yet reviewed

    - {% endif %} - - {% include "symposion/reviews/_review_table.html" %} -{% endblock %} diff --git a/pinaxcon/templates/symposion/reviews/review_review.html b/pinaxcon/templates/symposion/reviews/review_review.html deleted file mode 100644 index 4f5b040280ea7655c38a47f661980c99f991e54e..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/reviews/review_review.html +++ /dev/null @@ -1,77 +0,0 @@ -{% extends "site_base.html" %} - -{% load bootstrap %} - -{% block body_class %}review{% endblock %} - -{% block body %} -

    Proposal Review

    - -
    -

    {{ proposal.title }}

    - -

    - {% if proposal.cancelled %} - Cancelled - {% endif %} -

    - -
    - {{ proposal.description }} -
    - -

    Type: {{ proposal.get_session_type_display }}

    - -

    Abstract

    -
    - {{ proposal.abstract_html|safe }} -
    - -

    Audience level: {{ proposal.get_audience_level_display }}

    - -

    Submitting speaker: {{ proposal.speaker }}

    {# @@@ bio? #} - - {% if proposal.additional_speakers.all %} -

    Additional speakers:

    -
      - {% for speaker in proposal.additional_speakers.all %} - {% if speaker.user %} -
    • {{ speaker.name }} — {{ speaker.email }}
    • - {% else %} -
    • {{ speaker.email }} — pending invitation
    • - {% endif %} - {% endfor %} -
    - {% endif %} - -

    Additional Notes (private from submitter)

    -
    - {{ proposal.additional_notes }} -
    -
    - -

    Review

    - -
    - {% csrf_token %} -
    - {{ review_form|bootstrap }} -
    - -
    -
    -
    - -

    Comment

    - -
    - {% csrf_token %} -
    - {{ comment_form|bootstrap }} -
    - -
    -
    -
    - -{% endblock %} diff --git a/pinaxcon/templates/symposion/reviews/review_stats.html b/pinaxcon/templates/symposion/reviews/review_stats.html deleted file mode 100644 index ac21cc19d950a9dccccac15300a3d34753ee18e6..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/reviews/review_stats.html +++ /dev/null @@ -1,85 +0,0 @@ -{% extends "symposion/reviews/base.html" %} - -{% block body_class %}{{ block.super }} voting-status {{ key }}{% endblock %} - -{% block body %} -

    Voting Status ({{ section_slug }})

    - - {% if key %} -
    - - -
    - {% if key == "positive" %} -

    Positive - proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and at least one +1 and no −1s

    - {% endif %} - {% if key == "negative" %} -

    Negative - proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and at least one −1 and no +1s

    - {% endif %} - {% if key == "indifferent" %} -

    Indifferent - proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and neither a +1 or a −1

    - {% endif %} - {% if key == "controversial" %} -

    Controversial - proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and both a +1 and −1

    - {% endif %} - {% if key == "too_few" %} -

    Too Few Reviews - proposals with fewer than {{ vote_threshold }} vote{{ vote_threshold|pluralize }}

    - {% endif %} - - {% include "symposion/reviews/_review_table.html" %} - -
    - {% else %} -

    Reviews are placed into one of five buckets depending on the state of their votes:

    - -
    -
    - Positive - {{ proposals.positive|length }} -
    -
    - proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and at least one +1 and no −1s -
    -
    - Negative - {{ proposals.negative|length }} -
    -
    - proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and at least one −1 and no +1s -
    -
    - Indifferent - {{ proposals.indifferent|length }} -
    -
    - proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and neither a +1 or a −1 -
    -
    - Controversial - {{ proposals.controversial|length }} -
    -
    - proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and both a +1 and −1 -
    -
    - Too Few Reviews - {{ proposals.too_few|length }} -
    -
    - proposals with fewer than {{ vote_threshold }} vote{{ vote_threshold|pluralize }} -
    -
    - {% endif %} - -{% endblock %} diff --git a/pinaxcon/templates/symposion/schedule/_edit_grid.html b/pinaxcon/templates/symposion/schedule/_edit_grid.html deleted file mode 100644 index 713909f288924d5e1bcc5d8e4f683e175784c0b4..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/schedule/_edit_grid.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - {% for room in timetable.rooms %} - - {% endfor %} - - - - {% for row in timetable %} - - - {% for slot in row.slots %} - - {% endfor %} - {% if forloop.last %} - - {% endif %} - - {% endfor %} - -
     {{ room.name }}
    {{ row.time|date:"h:iA" }} - {% if slot.kind.label == "talk" or slot.kind.label == "tutorial" %} - {% if not slot.content %} - + - {% else %} - {{ slot.content.title }} - {{ slot.content.speaker }} - {% endif %} - {% else %} - {% if slot.content_override.raw %} - {{ slot.content_override.rendered|safe }} - {% else %} - {{ slot.kind.label }} - {% endif %} - — edit - {% endif %} -
    diff --git a/pinaxcon/templates/symposion/schedule/_grid.html b/pinaxcon/templates/symposion/schedule/_grid.html deleted file mode 100644 index 5df035b0f3696d00f37bc64de3bff5a19e462175..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/schedule/_grid.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - {% for room in timetable.rooms %} - - {% endfor %} - - - - {% for row in timetable %} - - - {% for slot in row.slots %} - - {% endfor %} - {% if forloop.last %} - - {% endif %} - - {% endfor %} - -
     {{ room.name }}
    {{ row.time|date:"h:iA" }} - {% if slot.kind.label == "talk" or slot.kind.label == "tutorial" %} - {% if not slot.content %} - {% else %} - - {{ slot.content.title }} - - - {{ slot.content.speakers|join:", " }} - - {% endif %} - {% else %} - {% if slot.content_override.raw %} - {{ slot.content_override.rendered|safe }} - {% else %} - {{ slot.kind.label }} - {% endif %} - {% endif %} -
    diff --git a/pinaxcon/templates/symposion/schedule/_slot_edit.html b/pinaxcon/templates/symposion/schedule/_slot_edit.html deleted file mode 100644 index 1283aab80937c38ae43577cdb5195550b6ded67c..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/schedule/_slot_edit.html +++ /dev/null @@ -1,14 +0,0 @@ -{% load i18n bootstrap %} - diff --git a/pinaxcon/templates/symposion/schedule/presentation_detail.html b/pinaxcon/templates/symposion/schedule/presentation_detail.html deleted file mode 100644 index 4813f2ea5e5b123a8f6187a85bb0785fdae3a8aa..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/schedule/presentation_detail.html +++ /dev/null @@ -1,35 +0,0 @@ -{% extends "site_base.html" %} - -{% load sitetree %} - -{% block head_title %}Presentation: {{ presentation.title }}{% endblock %} - -{% block breadcrumbs %}{% sitetree_breadcrumbs from "main" %}{% endblock %} - -{% block body %} - {% if presentation.slot %} -

    - {{ presentation.slot.day.date|date:"l" }} - {{ presentation.slot.start}}–{{ presentation.slot.end }} -

    - {% endif %} -

    {{ presentation.title }}

    - -

    - {% for speaker in presentation.speakers %} - {{ speaker }}{% if not forloop.last %}, {% endif %}{% endfor %} -

    - -
    -
    Audience level:
    -
    {{ presentation.proposal.get_audience_level_display }}
    -
    - -

    Description

    - -
    {{ presentation.description }}
    - -

    Abstract

    - -
    {{ presentation.abstract|safe }}
    -{% endblock %} diff --git a/pinaxcon/templates/symposion/schedule/schedule_conference.html b/pinaxcon/templates/symposion/schedule/schedule_conference.html deleted file mode 100644 index 777a001d6663e98804cec7ba8b82db195ecb46be..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/schedule/schedule_conference.html +++ /dev/null @@ -1,31 +0,0 @@ -{% extends "site_base.html" %} - -{% load i18n %} -{% load pinax_boxes_tags %} -{% load cache %} - -{% block head_title %}Conference Schedule{% endblock %} - -{% block body_class %}full{% endblock %} - -{% block right %} -{% endblock %} - -{% block body_outer %} -
    -

    Conference Schedule

    - {% block breadcrumbs %}{% endblock %} -
    - {% box "schedule_top" %} - - {% for section in sections %} - {% cache 600 "schedule-table" section.schedule.section %} - {% for timetable in section.days %} -

    {{ section.schedule.section.name }} — {{ timetable.day.date }}

    - {% include "symposion/schedule/_grid.html" %} - {% endfor %} - {% endcache %} - {% endfor %} - - {% box "schedule_bottom" %} -{% endblock %} diff --git a/pinaxcon/templates/symposion/schedule/schedule_detail.html b/pinaxcon/templates/symposion/schedule/schedule_detail.html deleted file mode 100644 index 679a807fb3c5183ab451d9e11550d30665ff6c61..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/schedule/schedule_detail.html +++ /dev/null @@ -1,30 +0,0 @@ -{% extends "site_base.html" %} - -{% load i18n %} -{% load pinax_boxes_tags %} -{% load cache %} -{% load sitetree %} - -{% block head_title %}Conference Schedule{% endblock %} - -{% block body_class %}full{% endblock %} - -{% block right %} -{% endblock %} - -{% block body_outer %} -
    -

    {{ schedule.section }} Schedule

    - {% block breadcrumbs %}{% sitetree_breadcrumbs from "main" %}{% endblock %} -
    - {% box "schedule_top_"|add:schedule.section.name|slugify %} - - {% cache 600 "schedule-table" schedule.section %} - {% for timetable in days %} -

    {{ timetable.day.date }}

    - {% include "symposion/schedule/_grid.html" %} - {% endfor %} - {% endcache %} - - {% box "schedule_bottom" %} -{% endblock %} diff --git a/pinaxcon/templates/symposion/schedule/schedule_edit.html b/pinaxcon/templates/symposion/schedule/schedule_edit.html deleted file mode 100644 index a30e02922f1f92d35ed7415074ddd0cc66103090..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/schedule/schedule_edit.html +++ /dev/null @@ -1,58 +0,0 @@ -{% extends "site_base.html" %} - -{% load i18n %} - -{% block head_title %}Conference Schedule Edit{% endblock %} - -{% block body_class %}full{% endblock %} - -{% block right %} -{% endblock %} - -{% block extra_head %} - -{% endblock %} - -{% block body_outer %} -

    Schedule Edit

    - - {% for timetable in days %} -

    {{ timetable.day.date }}

    - {% include "symposion/schedule/_edit_grid.html" %} - {% endfor %} -
    {% csrf_token %} - {{ form.as_p }} - - -
    - -{% endblock %} - -{% block extra_script %} - - -{% endblock %} diff --git a/pinaxcon/templates/symposion/schedule/schedule_list.html b/pinaxcon/templates/symposion/schedule/schedule_list.html deleted file mode 100644 index b67ccb7f1a9017623c97689392f45488833deb28..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/schedule/schedule_list.html +++ /dev/null @@ -1,51 +0,0 @@ -{% extends "site_base.html" %} - -{% load i18n %} -{% load cache %} -{% load sitetree %} - -{% block head_title %}Presentation Listing{% endblock %} - -{% block extra_head %} - -{% endblock %} - -{% block breadcrumbs %}{% sitetree_breadcrumbs from "main" %}{% endblock %} - -{% block body %} -

    Accepted {{ schedule.section.name }}

    - {% cache 600 "schedule-list" schedule.section.name %} - {% for presentation in presentations %} -
    -
    -

    {{ presentation.title }}

    -

    {{ presentation.speakers|join:", " }}

    - {{ presentation.description }} - {% if presentation.slot %} -

    - {{ presentation.slot.day.date|date:"l" }} - {{ presentation.slot.start}}–{{ presentation.slot.end }} - in - {{ presentation.slot.rooms|join:", " }} -

    - {% endif %} -
    -
    - {% endfor %} - {% endcache %} -{% endblock %} diff --git a/pinaxcon/templates/symposion/speakers/base.html b/pinaxcon/templates/symposion/speakers/base.html deleted file mode 100644 index 5c4b85b5dfb9c1f73f52e79dadd4fa16286761b2..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/speakers/base.html +++ /dev/null @@ -1 +0,0 @@ -{% extends "site_base_onecolumn.html" %} diff --git a/pinaxcon/templates/symposion/speakers/speaker_create.html b/pinaxcon/templates/symposion/speakers/speaker_create.html deleted file mode 100644 index 7475f834b7c2001e598b74ebfa68192fd6b5d0a6..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/speakers/speaker_create.html +++ /dev/null @@ -1,23 +0,0 @@ -{% extends "symposion/speakers/base.html" %} - -{% load bootstrap %} -{% load i18n %} -{% load pinax_boxes_tags %} - -{% block page_title %}{% trans "Create Speaker Profile" %}{% endblock %} - -{% block body %} - {% box "speaker-profile" %} - -
    - {% csrf_token %} - {% trans "Create Speaker Profile" %} -
    - {{ speaker_form|bootstrap }} -
    -
    - - Cancel -
    -
    -{% endblock %} diff --git a/pinaxcon/templates/symposion/speakers/speaker_edit.html b/pinaxcon/templates/symposion/speakers/speaker_edit.html deleted file mode 100644 index 6fc590f6537c6eddad7ab404d4b5f031a74fb3b4..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/speakers/speaker_edit.html +++ /dev/null @@ -1,23 +0,0 @@ -{% extends "symposion/speakers/base.html" %} - -{% load bootstrap %} -{% load i18n %} -{% load pinax_boxes_tags %} - -{% block page_title %}{% trans "Edit Speaker Profile" %}{% endblock %} - -{% block body %} - {% box "speaker-profile" %} - -
    - {% csrf_token %} - {% trans "Edit Speaker Profile" %} -
    - {{ speaker_form|bootstrap }} -
    -
    - - Cancel -
    -
    -{% endblock %} diff --git a/pinaxcon/templates/symposion/speakers/speaker_profile.html b/pinaxcon/templates/symposion/speakers/speaker_profile.html deleted file mode 100644 index 794f710e27bc7573045a7d445937769b59203197..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/speakers/speaker_profile.html +++ /dev/null @@ -1,41 +0,0 @@ -{% extends "site_base.html" %} - -{% load i18n %} -{% load thumbnail %} - - -{% block head_title %}{{ speaker.name }}{% endblock %} - -{% block body %} -
    -
    - {% if speaker.photo %} - {{ speaker.name }} - {% else %} -   - {% endif %} -
    -
    - {% if speaker.user == request.user or request.user.is_staff %} - Edit - {% endif %} -

    {{ speaker.name }}

    -
    {{ speaker.biography|safe }}
    - -

    Presentations

    - {% for presentation in presentations %} -

    {{ presentation.title }}

    - {% if presentation.slot %} -

    - {{ presentation.slot.day.date|date:"l" }} - {{ presentation.slot.start}}–{{ presentation.slot.end }} - in - {{ presentation.slot.rooms|join:", " }} -

    - {% endif %} - {% empty %} -

    No presentations. This page is only visible to staff until there is a presentation.

    - {% endfor %} -

    -
    -{% endblock %} diff --git a/pinaxcon/templates/symposion/sponsorship/_horizontal_by_level.html b/pinaxcon/templates/symposion/sponsorship/_horizontal_by_level.html deleted file mode 100644 index 3d48be11cb5fedac24bca1d647ef75d67ea5f0fb..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/sponsorship/_horizontal_by_level.html +++ /dev/null @@ -1,12 +0,0 @@ -{% load sponsorship_tags %} - -{% sponsor_levels as levels %} - - diff --git a/pinaxcon/templates/symposion/sponsorship/_sponsor_link.html b/pinaxcon/templates/symposion/sponsorship/_sponsor_link.html deleted file mode 100644 index 5c09e9107b06f99ba46d5d39db16cd0622edc7e8..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/sponsorship/_sponsor_link.html +++ /dev/null @@ -1,11 +0,0 @@ -{% load thumbnail %} - -{% spaceless %} - - {% if dimensions %} - - {% else %} - - {% endif %} - -{% endspaceless %} diff --git a/pinaxcon/templates/symposion/sponsorship/_vertical_by_level.html b/pinaxcon/templates/symposion/sponsorship/_vertical_by_level.html deleted file mode 100644 index 78dd052b4d7f96dc00484cd2e1797caa0883845b..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/sponsorship/_vertical_by_level.html +++ /dev/null @@ -1,14 +0,0 @@ -{% load sponsorship_tags %} - -{% sponsor_levels as levels %} - - diff --git a/pinaxcon/templates/symposion/sponsorship/_wall.html b/pinaxcon/templates/symposion/sponsorship/_wall.html deleted file mode 100644 index 36f42b6d7977f3147e2c0f55fab08f838e7b6b76..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/sponsorship/_wall.html +++ /dev/null @@ -1,9 +0,0 @@ -{% load sponsorship_tags %} - -{% sponsors as sponsors %} - - diff --git a/pinaxcon/templates/symposion/sponsorship/add.html b/pinaxcon/templates/symposion/sponsorship/add.html deleted file mode 100644 index 90e2b9e4003ffc3cc7ab478ed90deb2e6d105a8f..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/sponsorship/add.html +++ /dev/null @@ -1,22 +0,0 @@ -{% extends "site_base.html" %} - -{% load bootstrap %} -{% load i18n %} -{% load pinax_boxes_tags %} - -{% block head_title %}{% trans "Add a Sponsor" %}{% endblock %} - -{% block body_class %}sponsorships{% endblock %} - -{% block body %} -
    - {% csrf_token %} - {% trans "Add a Sponsor" %} - {{ form|bootstrap_horizontal }} -
    - - Cancel -
    -
    - -{% endblock %} diff --git a/pinaxcon/templates/symposion/sponsorship/apply.html b/pinaxcon/templates/symposion/sponsorship/apply.html deleted file mode 100644 index f717fb9c5f1fd3d5fd2418d7cbfef0575788552f..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/sponsorship/apply.html +++ /dev/null @@ -1,28 +0,0 @@ -{% extends "site_base.html" %} - -{% load bootstrap %} -{% load i18n %} -{% load pinax_boxes_tags %} - -{% block head_title %}{% trans "Apply to be a Sponsor" %}{% endblock %} - -{% block body_class %}sponsorships{% endblock %} - -{% block body %} - - {% box "sponsorship-apply" %} - -
    - {% csrf_token %} - {% trans "Apply to Be a Sponsor" %} - {{ form|bootstrap_horizontal }} -
    - - Cancel -

    - By submitting this sponsor application you are agreeing to the terms and conditions. -

    -
    -
    - -{% endblock %} diff --git a/pinaxcon/templates/symposion/sponsorship/detail.html b/pinaxcon/templates/symposion/sponsorship/detail.html deleted file mode 100644 index da19741c59d56f7a4b1fe85331db533ec0cea7f4..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/sponsorship/detail.html +++ /dev/null @@ -1,40 +0,0 @@ -{% extends "site_base.html" %} - -{% load bootstrap %} -{% load i18n %} - -{% block head_title %}{{ sponsor }}{% endblock %} - -{% block page_title %}{% trans "Sponsorship" %}{% endblock %} - -{% block body %} -

    {{ sponsor.name }} ({{ sponsor.level }})

    - -
    - {% csrf_token %} -
    - {{ form|bootstrap_horizontal }} -
    - -

    {{ sponsor.level }} Sponsor Benefits

    - - {{ formset.management_form }} - {{ formset.non_form_errors }} - - {% for form in formset.forms %} -
    - -
    - {{ form }} -

    {{ form.instance.benefit.description }}

    -
    -
    - {% endfor %} - -
    - - Cancel -
    - -
    -{% endblock %} diff --git a/pinaxcon/templates/symposion/sponsorship/list.html b/pinaxcon/templates/symposion/sponsorship/list.html deleted file mode 100644 index 9d23ae92e633cc1443f06cac2c067a1c690ce77b..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/sponsorship/list.html +++ /dev/null @@ -1,40 +0,0 @@ -{% extends "site_base.html" %} - -{% load sponsorship_tags %} -{% load thumbnail %} -{% load i18n %} - -{% block head_title %}{% trans "About Our Sponsors" %}{% endblock %} - -{% block body_class %}sponsorships{% endblock %} - -{% block body_outer %} -

    {% trans "About Our Sponsors" %}

    - Learn how to become a sponsor - - {% sponsor_levels as levels %} - {% for level in levels %} - {% if level.sponsors %} -

    {{ level.name }}

    - - {% for sponsor in level.sponsors %} - {% if sponsor.website_logo %} -
    -
    -

    - - {{ sponsor.name }} - -

    -
    -
    -
    {{ sponsor.name }}
    -

    {{ sponsor.external_url }}

    -

    {{ sponsor.listing_text|urlize|linebreaks }}

    -
    -
    - {% endif %} - {% endfor %} - {% endif %} - {% endfor %} -{% endblock %} diff --git a/pinaxcon/templates/symposion/teams/team_detail.html b/pinaxcon/templates/symposion/teams/team_detail.html deleted file mode 100644 index 495535e2cc42e9abd83073f5797605ef625d1a9f..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/teams/team_detail.html +++ /dev/null @@ -1,99 +0,0 @@ -{% extends "site_base.html" %} - -{% load bootstrap %} - -{% block head_title %}{{ team.name }}{% endblock %} - -{% block body_outer %} -
    - {% if can_join %} -
    - {% csrf_token %} - -
    - {% endif %} - - {% if can_leave %} -
    - {% csrf_token %} - -
    - {% endif %} - - {% if can_apply %} -
    - {% csrf_token %} - -
    - {% endif %} -
    - -

    {{ team.name }}{% if state %} {{ state }}{% endif %}

    - - {% if team.description %}

    {{ team.description }}

    {% endif %} - - {% if state == "invited" %}

    You have been invited to join this team. Click join to the right to accept.

    {% endif %} - - {% if user.is_staff or state == "manager" %} - {% if team.managers %} -

    Managers

    - - {% for membership in team.managers %} - - - - - {% endfor %} -
    {{ membership.user.email }}{% if user == membership.user %} you{% endif %} -
    {% csrf_token %}
    -
    - {% endif %} - {% if team.members %} -

    Team Members

    - - {% for membership in team.members %} - - - - - {% endfor %} -
    {{ membership.user.email }}{% if user == membership.user %} you{% endif %} -
    {% csrf_token %}
    -
    - {% endif %} - {% if team.applicants and team.access == "application" %} -

    Applicants

    - - {% for membership in team.applicants %} - - - - - {% endfor %} -
    {{ membership.user.email }} -
    {% csrf_token %}
    -
    {% csrf_token %}
    -
    - {% endif %} - {% if team.invitees %} -

    Invitees

    - - {% for membership in team.invitees %} - - - - {% endfor %} -
    {{ membership.user.email }}
    - {% endif %} - {% if invite_form %} -
    - {% csrf_token %} - Invite User to Team - {{ invite_form|bootstrap_horizontal }} -
    - -
    -
    - {% endif %} - {% endif %} -{% endblock %} diff --git a/requirements.txt b/requirements.txt index 5e935073e3f6b2118654e34f2cec4ea2c4e96f98..1bd9346fed63883d1e5b593a3a91647bf0c058ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,3 +16,4 @@ coverage==4.0.3 https://github.com/chrisjrn/registrasion/tarball/master#egg=registrasion https://github.com/pinax/symposion/tarball/ad81810#egg=symposion https://github.com/chrisjrn/registrasion-stripe/tarball/master#egg=registrasion-stripe +https://github.com/chrisjrn/symposion-bootstrap-templates/tarball/master#egg=symposion-bootstrap-templates