Adjust template layout
This commit is contained in:
		
							parent
							
								
									7883c89b76
								
							
						
					
					
						commit
						36168843d6
					
				| 
						 | 
				
			
			@ -59,22 +59,17 @@
 | 
			
		|||
  {% else %}
 | 
			
		||||
    <div>Start: {{ display_date_no_year(trip.start) }} (end date missing)</div>
 | 
			
		||||
  {% endif %}
 | 
			
		||||
 | 
			
		||||
  <div class="conferences">
 | 
			
		||||
  {% for conf in trip.conferences %}
 | 
			
		||||
    {{ conference_row(conf, "going") }}
 | 
			
		||||
  {% endfor %}
 | 
			
		||||
    {% for conf in trip.conferences %} {{ conference_row(conf, "going") }} {% endfor %}
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
  <div class="accommodation">
 | 
			
		||||
  {% for conf in trip.accommodation %}
 | 
			
		||||
    {{ accommodation_row(conf, "going") }}
 | 
			
		||||
  {% endfor %}
 | 
			
		||||
    {% for conf in trip.accommodation %} {{ accommodation_row(conf, "going") }} {% endfor %}
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
  <div class="travel">
 | 
			
		||||
  {% for item in trip.travel %}
 | 
			
		||||
    {{ row[item.type](item) }}
 | 
			
		||||
  {% endfor %}
 | 
			
		||||
    {% for item in trip.travel %} {{ row[item.type](item) }} {% endfor %}
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
  <p>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue