Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
beb417c2
Commit
beb417c2
authored
Oct 29, 2013
by
Jean Michel Rouly
Browse files
Finalized user application form.
parent
f0bb31a8
Changes
1
Show whitespace changes
Inline
Side-by-side
wsgi/apply.py
View file @
beb417c2
...
...
@@ -30,20 +30,27 @@ def application(environ, start_response):
apply_form
=
"""
<form action="" method="post">
<br />
<label for="user">username (NetID)</label>
<br /><br />
<input type="text" id="user" name="user" value="" />
<br /><br />
<label for="name">full name</label>
<br /><br />
<input type="text" id="name" name="name" value="" />
<br /><br />
<label for="desc">user description</label>
<br /><br />
<p>Provide a brief description of the user and why they require
access to Go.</p>
<textarea id="desc" name="desc"></textarea>
<p>Submitting an application indicates implicit acceptance of the
<p>Submitting an application indicates acceptance of the
<a href="http://srct.gmu.edu/usage-policy">SRCT Usage Policy</a>.</p>
<input type="submit" name="submit" value="APPLY" />
<br /><br />
</form>
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment