Skip to content

Commit

Permalink
Move dashboard static files
Browse files Browse the repository at this point in the history
  • Loading branch information
didrikmunther committed Feb 22, 2024
1 parent 75f6300 commit 13ad625
Show file tree
Hide file tree
Showing 25 changed files with 2,892 additions and 1,877 deletions.
1,730 changes: 0 additions & 1,730 deletions ais_static/apps/complete_registration/assets/index.css

This file was deleted.

146 changes: 0 additions & 146 deletions ais_static/apps/complete_registration/assets/index.js

This file was deleted.

File renamed without changes
2,675 changes: 2,675 additions & 0 deletions ais_static/apps/dashboard/assets/index.css

Large diffs are not rendered by default.

216 changes: 216 additions & 0 deletions ais_static/apps/dashboard/assets/index.js

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes
2 changes: 1 addition & 1 deletion register/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def choose_company(request):
)

if len(company_contacts) == 1:
return redirect("dashboard:index", company_contacts.first().company.pk)
return redirect("dashboard:index")

# if zero or several company_contacts connections
return render(
Expand Down

0 comments on commit 13ad625

Please sign in to comment.