Skip to content

Commit

Permalink
urls without quotation in work
Browse files Browse the repository at this point in the history
  • Loading branch information
XaviP committed Apr 11, 2017
1 parent 83fd495 commit 238e5a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FreedomCoop's OCP (NRP fork)
============================

.. image:: https://api.travis-ci.org/freedomcoop/valuenetwork.svg
:target: https://travis-ci.org/freedomcoop/valuenetwork.svg
.. image:: https://travis-ci.org/FreedomCoop/valuenetwork.svg?branch=master
:target: https://travis-ci.org/FreedomCoop/valuenetwork.svg?branch=master

A Value Network Accounting.

Expand Down
6 changes: 3 additions & 3 deletions work/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@
url(r'^add-transfer-external-agent/(?P<commitment_id>\d+)/(?P<context_agent_id>\d+)/$', work.views.add_transfer_external_agent,
name="add_transfer_external_agent"),

url(r"^json-resourcetype-resources-locations/(?P<ocp_artwork_type_id>\d+)/$", 'work.views.json_ocp_resource_type_resources_with_locations',
url(r"^json-resourcetype-resources-locations/(?P<ocp_artwork_type_id>\d+)/$", work.views.json_ocp_resource_type_resources_with_locations,
name="json_ocp_resource_type_resources_with_locations"),
url(r"^work-change-process-sked-ajax/$", 'work.views.work_change_process_sked_ajax',
url(r"^work-change-process-sked-ajax/$", work.views.work_change_process_sked_ajax,
name="work_change_process_sked_ajax"),
url(r"^work-change-process/(?P<process_id>\d+)/$", 'work.views.work_change_process',
url(r"^work-change-process/(?P<process_id>\d+)/$", work.views.work_change_process,
name="work_change_process"),

]
Expand Down

0 comments on commit 238e5a1

Please sign in to comment.