Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thegoodplace
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Santino Campos
thegoodplace
Commits
d9c5b563
Commit
d9c5b563
authored
Mar 17, 2020
by
Santino Campos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add templates for recipes views
parent
f9e7eada
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
recipes_create_form.html
froyo/templates/recipes_create_form.html
+1
-0
recipes_detail.html
froyo/templates/recipes_detail.html
+1
-0
recipes_list.html
froyo/templates/recipes_list.html
+1
-0
recipes_update_form.html
froyo/templates/recipes_update_form.html
+1
-0
No files found.
froyo/templates/recipes_create_form.html
0 → 100644
View file @
d9c5b563
<html>
<h1>
Recipes - Create
</h1></html>
\ No newline at end of file
froyo/templates/recipes_detail.html
0 → 100644
View file @
d9c5b563
<html>
<h1>
Recipes - Detail
</h1></html>
\ No newline at end of file
froyo/templates/recipes_list.html
0 → 100644
View file @
d9c5b563
<html>
<h1>
Recipes - List
</h1></html>
\ No newline at end of file
froyo/templates/recipes_update_form.html
0 → 100644
View file @
d9c5b563
<html>
<h1>
Recipes - Update
</h1></html>
\ 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