aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django')
-rw-r--r--bn_django/journal/templates/journal/microentry_list.html2
-rw-r--r--bn_django/photos/manual_import.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/bn_django/journal/templates/journal/microentry_list.html b/bn_django/journal/templates/journal/microentry_list.html
index 354ebf6..25255f6 100644
--- a/bn_django/journal/templates/journal/microentry_list.html
+++ b/bn_django/journal/templates/journal/microentry_list.html
@@ -18,7 +18,7 @@ This page has an <a href="/journal/rss/latest_microentries/">RSS feed</a>.
{% if object_list %}
{% for item in object_list %}
- <b>{{item.date|date:"D, d/m/Y @H:i"}}:
+ <b>{{item.date|date:"D, m/d/Y @H:i"}}:
{% if item.title %}
<a href="{{ item.get_absolute_url }}"> {{item.title}}</a>{%endif%}</b>
<p style="padding-left:30px">
diff --git a/bn_django/photos/manual_import.py b/bn_django/photos/manual_import.py
index a9b5448..f5ea5af 100644
--- a/bn_django/photos/manual_import.py
+++ b/bn_django/photos/manual_import.py
@@ -17,7 +17,7 @@ except ImportError:
from StringIO import StringIO
# Handling settings here
-STOCKPHOTO_BASE = '/home/bnewbold/bn-project/media/photos'
+STOCKPHOTO_BASE = '/home/bnewbold/bnewnet/media/photos'
# models
from bn_django.photos.models import Gallery, Photo