On reactivate, take user to pricing page
This commit is contained in:
		
					parent
					
						
							
								89d70a2b6a
							
						
					
				
			
			
				commit
				
					
						ca2a90ca2d
					
				
			
		
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -95,10 +95,10 @@ | |||
|                   <a class="btn btn-primary btn-grey btn-deactivate print" href="{% url 'digitalglarus:membership_deactivate' %}">Deactivate</a> | ||||
|                 </div> | ||||
|               {% elif not current_membership.active %} | ||||
|                 <form method="POST" action="{% url 'digitalglarus:membership_reactivate' %}"> | ||||
|                   {% csrf_token %}  | ||||
|                 <form method="GET" action="{% url 'digitalglarus:membership_pricing' %}"> | ||||
|                   {% csrf_token %} | ||||
|                   <div class="edit-button"> | ||||
|                     <button type="submit" class="btn btn-primary btn-grey btn-deactivate print" href="{% url 'digitalglarus:membership_reactivate' %}">Reactivate</button> | ||||
|                     <button type="submit" class="btn btn-primary btn-grey btn-deactivate print">Reactivate</button> | ||||
|                   </div> | ||||
|                 </form> | ||||
|               {% endif %} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue