Skip to content

Commit

Permalink
Fixed registation views
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Jan 18, 2016
1 parent b683ef7 commit c83ea1f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion openprocurement/tender/limited/views/award_document.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
LOGGER = getLogger(__name__)


@opresource(name='Tender Award Documents',
@opresource(name='Tender Limited Award Documents',
collection_path='/tenders/{tender_id}/awards/{award_id}/documents',
path='/tenders/{tender_id}/awards/{award_id}/documents/{document_id}',
procurementMethodType='reporting',
Expand Down
2 changes: 1 addition & 1 deletion openprocurement/tender/limited/views/cancellation.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
LOGGER = getLogger(__name__)


@opresource(name='Tender Cancellations',
@opresource(name='Tender Limited Cancellations',
collection_path='/tenders/{tender_id}/cancellations',
path='/tenders/{tender_id}/cancellations/{cancellation_id}',
procurementMethodType='reporting',
Expand Down
2 changes: 1 addition & 1 deletion openprocurement/tender/limited/views/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def check_tender_status(request):
tender.status = 'complete'


@opresource(name='Tender Contracts',
@opresource(name='Tender Limited Contracts',
collection_path='/tenders/{tender_id}/contracts',
procurementMethodType='reporting',
path='/tenders/{tender_id}/contracts/{contract_id}',
Expand Down
2 changes: 1 addition & 1 deletion openprocurement/tender/limited/views/contract_document.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
LOGGER = getLogger(__name__)


@opresource(name='Tender Contract Documents',
@opresource(name='Tender Limited Contract Documents',
collection_path='/tenders/{tender_id}/contracts/{contract_id}/documents',
path='/tenders/{tender_id}/contracts/{contract_id}/documents/{document_id}',
procurementMethodType='reporting',
Expand Down
2 changes: 1 addition & 1 deletion openprocurement/tender/limited/views/tender_document.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
LOGGER = getLogger(__name__)


@opresource(name='Tender Documents',
@opresource(name='Tender Limited Documents',
collection_path='/tenders/{tender_id}/documents',
path='/tenders/{tender_id}/documents/{document_id}',
procurementMethodType='reporting',
Expand Down

0 comments on commit c83ea1f

Please sign in to comment.