瀏覽代碼

Indentation tweaks

master
David Winterbottom 11 年之前
父節點
當前提交
8a1b3c9d3b
共有 2 個檔案被更改,包括 4 行新增4 行删除
  1. 3
    3
      oscar/templates/oscar/403.html
  2. 1
    1
      oscar/templates/oscar/login_forbidden.html

+ 3
- 3
oscar/templates/oscar/403.html 查看文件

@@ -2,13 +2,13 @@
2 2
 {% load i18n %}
3 3
 
4 4
 {% block title %}
5
-{% trans 'Permission denied!' %} | {{ block.super }}
5
+    {% trans 'Permission denied!' %} | {{ block.super }}
6 6
 {% endblock %}
7 7
 
8 8
 {% block error_heading %}
9
-{% trans "Permission denied!" %}
9
+    {% trans "Permission denied!" %}
10 10
 {% endblock %}
11 11
 
12 12
 {% block error_message %}
13
-<p>{% trans "We're sorry but you are not permitted to access this page." %}</p>
13
+    <p>{% trans "We're sorry but you are not permitted to access this page." %}</p>
14 14
 {% endblock %}

+ 1
- 1
oscar/templates/oscar/login_forbidden.html 查看文件

@@ -2,5 +2,5 @@
2 2
 {% load i18n %}
3 3
 
4 4
 {% block error_message %}
5
-<p>{% trans "This page is only available to users who aren't logged in." %}</p>
5
+    <p>{% trans "This page is only available to users who aren't logged in." %}</p>
6 6
 {% endblock %}

Loading…
取消
儲存