{% extends "base.html" %} {% block title %}Create a Project{% endblock %} {% block content %}
Project Name: Must be lower-case letters and numbers only. |
{{ mt.text('name') }} |
Project Display Name: Free text display-name for the project. |
{{ mt.text('displayname') }} |
Description | {{ mt.textarea('description', cols=45, rows=5) }} |
{{h.submit('update', 'Create Project')}} |