Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_casanatics
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
John Aidan Vincent M. Ng
midterm_casanatics
Commits
c4e28be0
Commit
c4e28be0
authored
May 12, 2023
by
justin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flair: changed page titles in dashboard
parent
07460b50
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
1 deletion
+3
-1
dashboard.html
...t_casanatics/dashboard/templates/dashboard/dashboard.html
+1
-0
widgetuser-details.html
...ics/dashboard/templates/dashboard/widgetuser-details.html
+1
-0
widgetuser-edit.html
...natics/dashboard/templates/dashboard/widgetuser-edit.html
+1
-1
db.sqlite3
widget_casanatics/db.sqlite3
+0
-0
No files found.
widget_casanatics/dashboard/templates/dashboard/dashboard.html
View file @
c4e28be0
{% extends 'base.html' %}
{% block title %} Widget v2 {% endblock %}
{% block content %}
<h1>
Welcome to Widget!
</h1>
<h2>
Widget Users:
</h2>
...
...
widget_casanatics/dashboard/templates/dashboard/widgetuser-details.html
View file @
c4e28be0
{% extends 'base.html' %}
{% block title %} {{ object.last_name }}, {{ object.first_name }}{% endblock %}
{% block content %}
<div
class=
"user-name"
>
<h1>
{{ object.first_name }}
...
...
widget_casanatics/dashboard/templates/dashboard/widgetuser-edit.html
View file @
c4e28be0
{% extends 'base.html' %}
{% load static %}
{% block title %} Edit User {% endblock %}
{% block title %} Edit
Widget
User {% endblock %}
{% block content %}
<form
method=
"post"
>
{% csrf_token %}
...
...
widget_casanatics/db.sqlite3
View file @
c4e28be0
No preview for this file type
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