mirror of
https://github.com/fergalmoran/dss.git
synced 2026-03-28 00:16:01 +00:00
25 lines
859 B
HTML
Executable File
25 lines
859 B
HTML
Executable File
{% extends 'views/dlg/_DialogBase.html' %}
|
|
|
|
{% load account %}
|
|
{% load socialaccount %}
|
|
{% block header %}
|
|
<h3>Hey There!!</h3>
|
|
{% endblock %}
|
|
{% block content %}
|
|
|
|
<div class="thumbnail clearfix">
|
|
<img src="/static/img/beg.jpg" alt="kitteh" class="img-circle pull-left span2 clearfix"
|
|
style='margin-right:10px; margin-top: 5px'>
|
|
<div class="caption" style="padding: 0px">
|
|
<h5>
|
|
We've noticed you've played a few mixes.
|
|
</h5>
|
|
<small>
|
|
We're happy you're enjoying the site but we would love it
|
|
if you would consider logging in.<br />
|
|
This will let you comment on mixes and even download them!
|
|
</small>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|
|
{% block primarybutton %}Okies...{% endblock %} |