質問編集履歴

1

修正

2021/06/14 17:31

投稿

minari766
minari766

スコア17

test CHANGED
File without changes
test CHANGED
@@ -244,7 +244,19 @@
244
244
 
245
245
  {% else %}
246
246
 
247
+ <a href="{% url 'bazaar' 'index' %}">ワールドバザール</a>
248
+
249
+ <a href="{% url 'adventure' 'index' %}">アドベンチャーランド</a>
250
+
251
+ <a href="{% url 'western' 'index' %}">ウエスタンランド</a>
252
+
253
+ <a href="{% url 'critter' 'index' %}">クリッターカントリー</a>
254
+
255
+ <a href="{% url 'fantasy' 'index' %}">ファンタジーランド</a>
256
+
247
- <!--上記category == 'story'の第3引数を削除したコド-->
257
+ <a href="{% url 'toon' 'index' %}">トゥンタウン</a>
258
+
259
+ <a href="{% url 'tomorrow' 'index' %}">トゥモローランド</a>
248
260
 
249
261
  {% endif %}
250
262
 
@@ -291,13 +303,3 @@
291
303
  一度最初の順番に直したところ、やはりエラーが出ないので、タイプミスではないと考えます。
292
304
 
293
305
  ただ、諸事情によりどうしても現在の'attraction' 'category'の順にしたく、アドバイスいただけますと幸いです。
294
-
295
-
296
-
297
- ###環境
298
-
299
- Python: 3.8.3
300
-
301
- Django: 2.2
302
-
303
- HTML: 5