Skip to content

Commit

Permalink
Fixed two minor i18n issues
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed Jul 13, 2012
1 parent bd19efd commit 3d0fead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions oscar/apps/catalogue/reviews/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from django.db.models import Avg
from django.contrib import messages
from django.db.models import get_model
from django.utils.translation import ugettext_lazy as _

from oscar.core.loading import get_classes
SignedInUserProductReviewForm, AnonymousUserProductReviewForm, VoteForm = get_classes(
Expand Down
1 change: 1 addition & 0 deletions oscar/templates/checkout/shipping_methods.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% extends "checkout/checkout.html" %}
{% load currency_filters %}
{% load i18n %}

{% block title %}
{% trans "Shipping method" %} | {{ block.super }}
Expand Down

0 comments on commit 3d0fead

Please sign in to comment.