Skip to content

Commit 51b4df7

Browse files
Update webpage titles
1 parent 05ad667 commit 51b4df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/adf_web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ def jinja_enumerate(arg):
717717
avail_external_packages = {'MDTF':'mdtf_html_path', 'CVDP':'cvdp_html_path'}
718718

719719
#Construct index.html
720-
index_title = "AMP Diagnostics Prototype"
720+
index_title = "CAM Diagnostics"
721721
index_tmpl = jinenv.get_template('template_index.html')
722722
index_rndr = index_tmpl.render(title=index_title,
723723
case_name=web_data.case,

0 commit comments

Comments
 (0)