updateSoftwareProfile.html 400 Bytes
Newer Older
Łukasz Nowak's avatar
Łukasz Nowak committed
1 2 3 4 5 6 7
{% extends "layout.html" %}
{% block body %}
<form action="{{ url_for('updateSoftwareProfile') }}" method=post class=add-entry>
      <dl>
        <dt>Note: Url of instance.cfg is <tt>{{ instance_url }}</tt>
        <dt>Software Profile:
        <dd><textarea name=content rows=20 cols=100>{{ profile }}</textarea>
8
        <dd><input type=submit value="Save">
Łukasz Nowak's avatar
Łukasz Nowak committed
9 10 11 12
      </dl>
    </form>
{% endblock %}