diff --git a/atlas/forms.py b/atlas/forms.py index f96fd7ca..f95a9a18 100755 --- a/atlas/forms.py +++ b/atlas/forms.py @@ -97,6 +97,8 @@ class AtlasForm(ModelForm): fields = [ #"examination", #"site", + "title", + "subspecialty", "description", "history", "findings", diff --git a/atlas/templates/atlas/base.html b/atlas/templates/atlas/base.html index 0ae55420..5080f9fd 100755 --- a/atlas/templates/atlas/base.html +++ b/atlas/templates/atlas/base.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block title %} -Longs +Atlas {% endblock %} {% block css %} @@ -15,7 +15,7 @@ Longs {% block content %} {% endblock %} {% block navigation %} -Longs: +Atlas: {% if request.user.is_authenticated %} Cases / Series / diff --git a/atlas/templates/atlas/case_detail.html b/atlas/templates/atlas/case_detail.html index c5be316f..2288a517 100755 --- a/atlas/templates/atlas/case_detail.html +++ b/atlas/templates/atlas/case_detail.html @@ -6,11 +6,11 @@