diff options
-rw-r--r-- | base_urls.py | 2 | ||||
-rw-r--r-- | templates/archives/photos.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/base_urls.py b/base_urls.py index 1b18ce6..24acc93 100644 --- a/base_urls.py +++ b/base_urls.py @@ -43,7 +43,7 @@ urlpatterns += patterns('', urlpatterns += patterns('', (r'^admin/doc/', include('django.contrib.admindocs.urls')), (r'^admin/filebrowser/', include('filebrowser.urls')), - (r'^admin/', include(admin.site.urls),{'SSL':False}), + (r'^admin/', include(admin.site.urls),{'SSL':True}), (r'^grappelli/', include('grappelli.urls')), (r'^feeds/(?P<url>.*)/$', 'django.contrib.syndication.views.feed', {'feed_dict': feeds}), (r'^robots.txt$', direct_to_template, {'template': 'archives/robots.html'}), diff --git a/templates/archives/photos.html b/templates/archives/photos.html index 154be5a..7e5e1ab 100644 --- a/templates/archives/photos.html +++ b/templates/archives/photos.html @@ -2,7 +2,7 @@ {% load typogrify %} {% load pagination_tags %} -{% block pagetitle %}Luxagraf | {% if region %}Photo Galleries: Images from {{region.name|title|smartypants|safe}}{%else%}Photo Galleries: Images from Around the World {%endif%}{% endblock %} +{% block pagetitle %}Luxagraf | {% if region %}Photo Galleries: Images from {{region.name|title|smartypants|safe}}{%else%}Photo Galleries: Images from Around the World {%endif%} {{page}}{% endblock %} {% block metadescription %}{% if region %}Photo Galleries from {{region.name|title|smartypants|safe}}{%else%}Photo Galleries: Images from Around the World {%endif%}{% endblock %} |