Move profile and settings into the new unified dashboard, showing user info in one place
This commit is contained in:
parent
2d826734a0
commit
7edefe23c3
37 changed files with 726 additions and 500 deletions
|
|
@ -563,7 +563,7 @@ class TradeOfferSecurityTests(TestCase):
|
|||
# Test without login
|
||||
urls_to_test = [
|
||||
reverse("trade_offer_create"),
|
||||
reverse("trade_offer_my_list"),
|
||||
reverse("trade_offer_dashboard"),
|
||||
reverse("trade_acceptance_create", kwargs={"offer_pk": self.trade_offer.pk}),
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue