Changeset - f5eabe0aa35a
[Not reviewed]
0 4 0
Joel Addison - 17 months ago 2022-12-08 14:20:40
joel@addison.net.au
Update wording for sessions
4 files changed with 8 insertions and 9 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/symposion/dashboard/_new_proposal.html
Show inline comments
 
<h3>New Proposal</h3>
 
<p>Click one of the following links to create a speaking or miniconf proposal.</p>
 
<p>Once submitted you will be able to see the status of your proposals, as well manage the submission and co-speakers from this page</p>
 
<p>Click one of the following links to create a session proposal.</p>
 
<p>Once submitted you will be able to see the status of your proposals, as well manage the submission and co-speakers from this page.</p>
 
<div>
pinaxcon/templates/symposion/dashboard/_profile.html
Show inline comments
...
 
@@ -3,4 +3,3 @@
 
<p>
 
  To create a speaking or miniconf proposal you must first create a speaker
 
  profile.
 
  To create a session proposal you must first create a speaker profile.
 
</p>
...
 
@@ -8,5 +7,5 @@
 
<p>
 
  Your speaker profile is independent of your attendee profile and the
 
  details you provide here will be used during selection and to populate
 
  your speaker bio on the conference website.
 
  Your speaker profile is independent of your attendee profile.
 
  The details you provide here will be used during the session selection process,
 
  and to populate your speaker bio on the conference website.
 
</p>
pinaxcon/templates/symposion/dashboard/speaking.html
Show inline comments
...
 
@@ -5,3 +5,3 @@
 
  <div class="col-12">
 
    <h2 class="mb-3">{% trans "Speaking and Miniconfs" %}</h2>
 
    <h2 class="mb-3">{% trans "Speaking and Sessions" %}</h2>
 
  </div>
pinaxcon/templates/symposion/schedule/_grid.html
Show inline comments
...
 
@@ -14,3 +14,3 @@
 
    <tr>
 
      <th scope="row" class="time"><em>Miniconf</em></th>
 
      <th scope="row" class="time"><em>Track</em></th>
 
      {% for room in timetable.rooms %}
0 comments (0 inline, 0 general)