diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-16 23:29:41 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-16 23:29:41 +0200 |
commit | cd19678576fd28662f5685d4c52552b96a82e251 (patch) | |
tree | ceac818ab232d6fb74289ab31571de56086d7bb5 /archaeological_context_records/urls.py | |
parent | f9e0e0518c087febb5bf0eb89eac34f685559970 (diff) | |
download | Ishtar-cd19678576fd28662f5685d4c52552b96a82e251.tar.bz2 Ishtar-cd19678576fd28662f5685d4c52552b96a82e251.zip |
List and export context record relations (refs #3329)
Diffstat (limited to 'archaeological_context_records/urls.py')
-rw-r--r-- | archaeological_context_records/urls.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_context_records/urls.py b/archaeological_context_records/urls.py index a25559e29..24e8e06eb 100644 --- a/archaeological_context_records/urls.py +++ b/archaeological_context_records/urls.py @@ -92,6 +92,8 @@ urlpatterns += patterns( url(r'get-contextrecord-shortcut/(?P<type>.+)?$', 'get_contextrecord', name='get-contextrecord-shortcut', kwargs={'full': 'shortcut'}), + url(r'get-contextrecordrelation/(?P<type>.+)?$', + 'get_contextrecordrelation', name='get-contextrecordrelation'), url(r'show-contextrecordsource(?:/(?P<pk>.+))?/(?P<type>.+)?$', 'show_contextrecordsource', name=models.ContextRecordSource.SHOW_URL), url(r'get-contexrecordsource/(?P<type>.+)?$', |