mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-09 02:13:58 +00:00
15 lines
497 B
HTML
15 lines
497 B
HTML
{% load account %}
|
|
{% load socialaccount %}
|
|
<div class="modal-header">
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
<h3>Hey There!!</h3>
|
|
</div>
|
|
<div class="modal-body">
|
|
We've noticed you've been playing a few mixes now.<br/>
|
|
This is cool and we're happy you're enjoying the site but we would love it<br/>
|
|
if you would consider logging in.<br/>
|
|
This will let you comment on mixes and even download them
|
|
</div>
|
|
|
|
|