Skip to content

Commit

Permalink
Fixed zms_custom_version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeier76 committed Sep 20, 2023
1 parent 12cd66f commit 3f808ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/zms/zpt/ZMS/manage_customize.zpt
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
<div class="form-group row">
<label class="col-sm-2 control-label">ZMS Version</label>
<div class="col-sm-10">
<samp id="zms_custom_version" tal:content="structure python:here.zms_version(custom=True)">zms_version</samp>
<samp tal:content="structure python:here.zms_version(custom=True)">zms_version</samp>
</div>
</div><!-- .form-group -->
<div class="form-group row">
Expand Down

0 comments on commit 3f808ac

Please sign in to comment.