Skip to content

Commit

Permalink
Remove link inscricao
Browse files Browse the repository at this point in the history
  • Loading branch information
rg3915 committed Jan 2, 2019
1 parent e9087a8 commit 6931586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orcamentos/core/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

urlpatterns = [
path('', home, name='home'),
path('inscricao/', subscription, name='subscription'),
# path('inscricao/', subscription, name='subscription'),
path('bemvindo/', welcome, name='welcome'),
path('dashboard/', Dashboard.as_view(), name='dashboard'),
path('status/', status, name='status'),
Expand Down

0 comments on commit 6931586

Please sign in to comment.