diff --git a/pinaxcon/templates/symposion/proposals/_proposal_row.html b/pinaxcon/templates/symposion/proposals/_proposal_row.html index 5b1fdf5bd52c7f06b2321874cca6c2cda92dc53e..bea1451d279b2dc185e0ad4e0c74b471ca6a7db5 100644 --- a/pinaxcon/templates/symposion/proposals/_proposal_row.html +++ b/pinaxcon/templates/symposion/proposals/_proposal_row.html @@ -1,49 +1,47 @@ -
- {% if proposal.result.status == "accepted" %} -
+ +
+
+

+ {{ proposal.title }} +

+
+

+ {{ proposal.kind.name }} + {% if proposal.cancelled %} + Cancelled + {% else %} + {% if request.user == proposal.speaker.user %} + {% if proposal.result.status == "accepted" %} + Accepted + {% elif proposal.result.status == "rejected" %} + Rejected + {% elif proposal.result.status == "standby" %} + Standby + {% else %} + Submitted + {% endif %} {% else %} - Submitted + Associated {% endif %} - {% else %} - Associated {% endif %} - {% endif %} - - -

- View Details +

+

{{ proposal.abstract|truncatewords:40 }}

+
+
+
-
-