From db2da1d51e5bf6c22988791114d544cfca632637 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 2 Apr 2011 08:02:36 -0500 Subject: updated urls and photo template --- base_urls.py | 2 +- 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.*)/$', '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 %} -- cgit v1.2.3-70-g09d2