rjust
authorSarah Conway Schnurr <sarah.conway@crunchydata.com>
Sat, 17 Aug 2019 17:25:02 +0000 (10:25 -0700)
committerSarah Conway Schnurr <sarah.conway@crunchydata.com>
Sat, 17 Aug 2019 17:25:02 +0000 (10:25 -0700)
templates/confreg/schedule.html

index 338f11e3c991caf85c5c4e030e1593ee89c53a7c..facc27048084f6afef05515a62c54c35819c72f1 100644 (file)
@@ -119,7 +119,7 @@ Speaker.name: {{speaker.name}}
                   {%for session in day.sessions%}
                   {%if session.leftpos == room.leftpos or session.widthpos == 1198 %}
                     {%if session.cross_schedule%}
-                      {%for i in '012'|make_list%}
+                      {%for i in "x"|rjust:"100" %}
                         <b>{{session.title}}</b>
                         <h4>tada</h4>
                       {%endfor%}