diff --git a/RIGS/migrations/0006_auto_20141105_1553.py b/RIGS/migrations/0006_auto_20141105_1553.py new file mode 100644 index 00000000..a125838e --- /dev/null +++ b/RIGS/migrations/0006_auto_20141105_1553.py @@ -0,0 +1,18 @@ +# -*- coding: utf-8 -*- +from __future__ import unicode_literals + +from django.db import models, migrations + + +class Migration(migrations.Migration): + dependencies = [ + ('RIGS', '0005_auto_20141104_1619'), + ] + + operations = [ + migrations.RenameField( + model_name='organisation', + old_name='unionAccount', + new_name='union_account', + ), + ] diff --git a/RIGS/templates/RIGS/organisation_detail.html b/RIGS/templates/RIGS/organisation_detail.html index c5d54ad0..952664d2 100644 --- a/RIGS/templates/RIGS/organisation_detail.html +++ b/RIGS/templates/RIGS/organisation_detail.html @@ -31,7 +31,7 @@