From f9dfc00b303942850113c16fee5b14865bc77f20 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 5 Dec 2018 02:19:36 -0400 Subject: [PATCH] Project: Fix partial references to apps All apps references now need to be prepended with mayan.apps. Signed-off-by: Roberto Rosario --- .../document_signatures/migrations/0004_auto_20160325_0418.py | 4 ++-- .../templates/sources/upload_multiform_subtemplate.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mayan/apps/document_signatures/migrations/0004_auto_20160325_0418.py b/mayan/apps/document_signatures/migrations/0004_auto_20160325_0418.py index 439eca806e..8cbbd1c419 100644 --- a/mayan/apps/document_signatures/migrations/0004_auto_20160325_0418.py +++ b/mayan/apps/document_signatures/migrations/0004_auto_20160325_0418.py @@ -15,7 +15,7 @@ class Migration(migrations.Migration): model_name='documentversionsignature', name='document_version', field=models.ForeignKey( - editable=False, to='mayan.apps.documents.DocumentVersion', + editable=False, to='documents.DocumentVersion', verbose_name='Document version' ), ), @@ -32,7 +32,7 @@ class Migration(migrations.Migration): name='document_version', field=models.ForeignKey( related_name='signatures', editable=False, - to='mayan.apps.documents.DocumentVersion', verbose_name='Document version' + to='documents.DocumentVersion', verbose_name='Document version' ), ), migrations.AlterField( diff --git a/mayan/apps/sources/templates/sources/upload_multiform_subtemplate.html b/mayan/apps/sources/templates/sources/upload_multiform_subtemplate.html index 0cd39f0aad..8a00de20cb 100644 --- a/mayan/apps/sources/templates/sources/upload_multiform_subtemplate.html +++ b/mayan/apps/sources/templates/sources/upload_multiform_subtemplate.html @@ -48,7 +48,7 @@ {% include 'appearance/generic_multiform_subtemplate.html' %}