Skip to content

Commit

Permalink
Merge eef7c59 into 2dfcc88
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed Jun 17, 2019
2 parents 2dfcc88 + eef7c59 commit d76a9b3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/tb/templates/forms/diagnosis_form.html

This file was deleted.

18 changes: 18 additions & 0 deletions elcid/migrations/0032_auto_20190617_2132.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 2.0.13 on 2019-06-17 21:32

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('elcid', '0031_auto_20190603_0917'),
]

operations = [
migrations.AlterField(
model_name='diagnosis',
name='details',
field=models.TextField(blank=True),
),
]

0 comments on commit d76a9b3

Please sign in to comment.