Re: associating save link with button

2016-08-09 Thread M Hashmi
Great Larry. Good luck. On Tue, Aug 9, 2016 at 8:12 AM, Larry Martell wrote: > I figured this out. I just had to add 'download' to the tag: > > class="btn btn-primary" download>Export > > > On Tue, Aug 9, 2016 at 3:04 AM, M Hashmi wrote: > > Please paste code. > > > > > > On Monday, August 8,

Re: associating save link with button

2016-08-09 Thread Larry Martell
I figured this out. I just had to add 'download' to the tag: Export On Tue, Aug 9, 2016 at 3:04 AM, M Hashmi wrote: > Please paste code. > > > On Monday, August 8, 2016 at 12:18:45 PM UTC-7, larry@gmail.com wrote: >> >> Not really a django question but I'm hoping someone can help me here.

Re: associating save link with button

2016-08-09 Thread M Hashmi
Please paste code. On Monday, August 8, 2016 at 12:18:45 PM UTC-7, larry@gmail.com wrote: > > Not really a django question but I'm hoping someone can help me here. > > I have a django app but the html is not displayed in a browser - > render_to_string is called and the html is returned in a

associating save link with button

2016-08-08 Thread Larry Martell
Not really a django question but I'm hoping someone can help me here. I have a django app but the html is not displayed in a browser - render_to_string is called and the html is returned in a response to custom app that displays the page. On the page I have a button that sends a request back to th