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' %}