make ui more consistent
This commit is contained in:
		| @@ -117,6 +117,13 @@ | ||||
|         href='{{url_for('properties.approve', id=property.id)}}'> | ||||
|         {% if property.mod_approved %} Unapprove {% else %} Approve {% endif %} | ||||
|       </a> | ||||
|       {% if not property.rejection_reason %} | ||||
|         <br/> | ||||
|         <a role="button" class="btn btn-danger btn-block" | ||||
|           href='{{url_for('properties.reject', id=property.id)}}'> | ||||
|           Reject | ||||
|         </a> | ||||
|       {% endif %} | ||||
|     {% endif %} | ||||
|   </div> | ||||
| </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aaron Kimbre
					Aaron Kimbre