Skip to content
Snippets Groups Projects
Commit a1bac372 authored by Beaumont Mogridge's avatar Beaumont Mogridge :gorilla:
Browse files

Update contact-us.html

parent 588b75e2
No related branches found
No related tags found
No related merge requests found
{% extends "main.html" %}
{% block title %}Map{% endblock %}
{% block title %}Contact{% endblock %}
{% block mainBlock %}
<header> Contact <header>
<p> tact info.</p>
<header> Contact Us </header>
<p>text about contact info.</p>
<table>
<tr>
<td><label for="UserName">Name:</label></td>
<td><input id="UserName" type="text" name="UserName"></td>
</tr>
<tr>
<td><label for="UserEmailAddress">Email Address:</label></td>
<td><input id="UserEmailAddress" type="text" name="UserEmailAddress"></td>
</tr>
<tr>
<td><label for="UserSubject">Subject:</label></td>
<td><div><textarea id="UserSubject" name="UserSubject"></textarea></div></td>
</tr>
<tr>
<td><label for="UserLocation">Location(if not applicable respond N/A):</label></td>
<td><input id="UserLocation" type="text" name="UserLocation"></td>
</tr>
<tr>
<td><label for="UserIssue">Description:</label></td>
<td><div><textarea id="UserIssue" name="UserIssue"></textarea></div></td>
</tr>
</table>
<input type="submit">
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment