mirror of
https://github.com/fergalmoran/dss.git
synced 2026-02-21 07:26:10 +00:00
Fixed spacing in FF message
This commit is contained in:
@@ -193,6 +193,12 @@ LOGGING = logsettings.LOGGING
|
||||
FACEBOOK_APP_ID = '154504534677009'
|
||||
FACEBOOK_APP_SECRET = localsettings.FACEBOOK_APP_SECRET
|
||||
|
||||
BROKER_HOST = localsettings.BROKER_HOST
|
||||
BROKER_PORT = localsettings.BROKER_PORT
|
||||
BROKER_VHOST = localsettings.BROKER_VHOST
|
||||
BROKER_USER = localsettings.BROKER_USER
|
||||
BROKER_PASSWORD = localsettings.BROKER_PASSWORD
|
||||
|
||||
djcelery.setup_loader()
|
||||
|
||||
SOCIALACCOUNT_AVATAR_SUPPORT = True
|
||||
|
||||
@@ -10,6 +10,7 @@ django-gravatar2>=1.0.6
|
||||
django-socialauth>=0.1.2c
|
||||
django-tastypie>=0.9.11
|
||||
python-memcached
|
||||
redis
|
||||
git+git://github.com/jezdez/django-avatar.git#egg=django-avatar
|
||||
git+git://github.com/pinax/django-notification.git#egg=django-notification
|
||||
git+git://github.com/PaulUithol/backbone-tastypie.git#egg=backbone-tastypie
|
||||
|
||||
@@ -36,11 +36,11 @@ def app(request):
|
||||
<i class="icon-ok green"></i>
|
||||
Hello
|
||||
<strong class="green">
|
||||
Firefox user.
|
||||
Firefox user.
|
||||
</strong>
|
||||
<br />
|
||||
if you are having any problems with the site, please do a
|
||||
<a href="#" onclick="location.reload(true);">full refresh</a> (CTRL-F5)<br/>
|
||||
<a href="#" onclick="location.reload(true);"> full refresh</a> (CTRL-F5)<br/>
|
||||
if you're still having problems, please clear your cache (CTRL-SHIFT-DEL).
|
||||
</div>"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user