Fix display of teams on dashboard
This commit is contained in:
		
							parent
							
								
									a7e7c56058
								
							
						
					
					
						commit
						7c273cdc3d
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -315,6 +315,8 @@ | ||||||
|                     <span class="label label-default">{{ team.get_access_display }}</span> |                     <span class="label label-default">{{ team.get_access_display }}</span> | ||||||
|                     <a class="btn btn-lg btn-primary" role="button" href="{% url "team_detail" team.slug %}">Details</a> |                     <a class="btn btn-lg btn-primary" role="button" href="{% url "team_detail" team.slug %}">Details</a> | ||||||
|                   </div> |                   </div> | ||||||
|  |                 </div> | ||||||
|  |               </div> | ||||||
|             {% endfor %} |             {% endfor %} | ||||||
|           </div> |           </div> | ||||||
|         {% endif %} |         {% endif %} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 James Polley
						James Polley