Updated organisation templates.

Render improvements to forms

Fixed organisation url
This commit is contained in:
tomtom5152
2014-11-05 15:57:34 +00:00
parent 815b3989c4
commit 03347b1943
6 changed files with 140 additions and 83 deletions

View File

@@ -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',
),
]