Slightly refactors the dashbaord
This commit is contained in:
		
							parent
							
								
									2c087ace04
								
							
						
					
					
						commit
						978dd1f124
					
				
					 1 changed files with 8 additions and 6 deletions
				
			
		|  | @ -113,6 +113,14 @@ | ||||||
|                     </a> |                     </a> | ||||||
|                   {% endif %} |                   {% endif %} | ||||||
|                 {% endif %} |                 {% endif %} | ||||||
|  |                 <a href="{% url "voucher_code" %}" class="btn btn-xs btn-default"> | ||||||
|  |                     Enter a voucher code | ||||||
|  |                 </a> | ||||||
|  |                 {% if user.is_staff %} | ||||||
|  |                   <a href="{% url "reports_list" %}" class="btn btn-xs btn-default">View reports</a> | ||||||
|  |                 {% endif %} | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|             </div> |             </div> | ||||||
|             <h3 class="panel-title"> |             <h3 class="panel-title"> | ||||||
|               <i class="fa fa-ticket"></i> |               <i class="fa fa-ticket"></i> | ||||||
|  | @ -166,12 +174,6 @@ | ||||||
|               {% endif %} |               {% endif %} | ||||||
|             {% endif %} |             {% endif %} | ||||||
| 
 | 
 | ||||||
|           {% if user.is_staff %} |  | ||||||
|             <h4>Registration reports</h4> |  | ||||||
| 
 |  | ||||||
|             <p><a href="{% url "reports_list" %}">View available reports</a>. |  | ||||||
|             </p> |  | ||||||
|           {% endif %} |  | ||||||
|           </div> |           </div> | ||||||
|     </div> |     </div> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Christopher Neugebauer
						Christopher Neugebauer