リンクがあります
a href="editYou/{{costumer.slug}}"
および URL パートナ
(r'editYou/<?P(costumerSlug>.*)/$', 'editYou'),
メソッドを指す
def editYou(request, costumerSlug):
しかし、Django はエラーを表示します:
The current URL, profile/editYou/es, didn't match any of these.
原因を見つけるのにどのように役立ちますか?