Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CS123-Canteeneo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Willard Torres
CS123-Canteeneo
Commits
c46a32aa
Commit
c46a32aa
authored
Nov 17, 2016
by
Willard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete editstall.html
parent
8fdf806e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
editstall.html
canteeneo/templates/editstall.html
+0
-25
No files found.
canteeneo/templates/editstall.html
deleted
100644 → 0
View file @
8fdf806e
{% extends "base.html" %}
{% block title %}Edit Stall Info{% endblock %}
{% block content %}
<h1>
Stall Info
</h1>
<form
action=
"{{ url_for('edit_stall', stall_id=stall.id) }}"
method=
"POST"
>
{{ form.csrf_token }}
<div
id=
"form"
>
<div
class=
"form-input"
>
<div
class=
"input-row"
>
{{ form.name.label(class_="field-label") }} {{ form.name(class_="text-field") }}
</div>
<div
class=
"input-row"
>
{{ form.description.label(class_="field-label") }} {{ form.description(class_="text-area", rows=6, cols=32) }}
</div>
<div
class=
"input-row"
>
{{ form.location.label(class_="field-label") }} {{ form.location(class_="text-field") }}
</div>
</div>
<div
class=
"dashboard-row"
>
<button
type=
"submit"
>
Submit
</button>
<a
href=
"{{ url_for('view_stall', stall_id=stall.id) }}"
><button
type=
"button"
>
Back
</button></a>
</div>
</div>
</form>
{% endblock %}
\ No newline at end of file
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