San Diego Tango Marathon

14-16 August 2026

Prices:

Full Event Pass - inludes all events

This is an attendance capped event. Individual milonga passes availability will depend on advanced regitrations.


Refund Policy:

Payments by Paypal. Paypal accepts credit cards too!

Paypal accepts credit cards too!

 

 

 

 

 

 

 

 

 

 

 

 

// with jQuery $.post( 'https://graph.facebook.com', { id: '', scrape: true }, function(response){ console.log(response); } ); // with "vanilla" javascript var fbxhr = new XMLHttpRequest(); fbxhr.open("POST", "https://graph.facebook.com", true); fbxhr.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); fbxhr.send("id=&scrape=true");