When editing software/instance profile, submit button is now named 'Save'. Old...

When editing software/instance profile, submit button is now named 'Save'. Old name ('Update') was misleading.
parent ff652551
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<dl> <dl>
<dt>Instance Profile: <dt>Instance Profile:
<dd><textarea name=content rows=20 cols=100>{{ profile }}</textarea> <dd><textarea name=content rows=20 cols=100>{{ profile }}</textarea>
<dd><input type=submit value=Update> <dd><input type=submit value="Save">
</dl> </dl>
</form> </form>
{% endblock %} {% endblock %}
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<dt>Note: Url of instance.cfg is <tt>{{ instance_url }}</tt> <dt>Note: Url of instance.cfg is <tt>{{ instance_url }}</tt>
<dt>Software Profile: <dt>Software Profile:
<dd><textarea name=content rows=20 cols=100>{{ profile }}</textarea> <dd><textarea name=content rows=20 cols=100>{{ profile }}</textarea>
<dd><input type=submit value=Update> <dd><input type=submit value="Save">
</dl> </dl>
</form> </form>
{% endblock %} {% endblock %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment