Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_princessgabi
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
Ysabella Panghulan
midterm_princessgabi
Commits
df993b10
Commit
df993b10
authored
May 15, 2023
by
Ysabella Panghulan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleaned up code
parent
7010bfcc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
19 deletions
+17
-19
calendar.html
...i/widget_calendar/templates/widget_calendar/calendar.html
+3
-4
event-details.html
...get_calendar/templates/widget_calendar/event-details.html
+2
-2
event-edit.html
...widget_calendar/templates/widget_calendar/event-edit.html
+12
-13
No files found.
widget_princessgabi/widget_calendar/templates/widget_calendar/calendar.html
View file @
df993b10
{%extends 'base.html'%}
{%extends 'base.html'%}
{% load static %}
{% load static %}
{% block stylesheets %}
{% block stylesheets %}
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
>
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
>
{% endblock %}
{% endblock %}
{% block title %} Widget's Calendar of Activties {% endblock %}
{% block title %} Widget's Calendar of Activties {% endblock %}
{% block header %}
{% block header %}
<h2>
Widget's Calendar of Activties
</h2>
{% endblock %}
<h2>
Widget's Calendar of Activties
</h2>
{% endblock %}
{% block body %}
{% block body %}
{% block content %}
{% block content %}
...
...
widget_princessgabi/widget_calendar/templates/widget_calendar/event-details.html
View file @
df993b10
{%extends 'base.html'%}
{%extends 'base.html'%}
{% load static %}
{% load static %}
{% block stylesheets %}
{% block stylesheets %}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'widget_calendar/event.css' %}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'widget_calendar/event.css' %}"
>
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
>
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
>
{% endblock %}
{% endblock %}
{% block title %}{{ object }}{% endblock %}
{% block title %}{{ object }}{% endblock %}
...
...
widget_princessgabi/widget_calendar/templates/widget_calendar/event-edit.html
View file @
df993b10
{%extends 'base.html'%}
{%extends 'base.html'%}
{% load static %}
{% load static %}
{% block stylesheets %}
{% block stylesheets %}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'stylesheets/forms.css' %}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'stylesheets/forms.css' %}"
>
{% endblock %}
{% endblock %}
{% block title %} Edit Activity {% endblock %}
{% block title %} Edit Activity {% endblock %}
{% block header %}
{% block header %}
<h2>
Edit Activity:
</h2>
<h2>
Edit Activity:
</h2>
{% endblock %}
{% endblock %}
{% block body %}
{% block body %}
{% block content %}
{% block content %}
<div
class=
"form"
>
<div
class=
"form"
>
<form
method=
"POST"
action=
""
>
<form
method=
"POST"
action=
""
>
{% csrf_token %}
{% csrf_token %}
{{ form }}
{{ form }}
<input
type=
"Submit"
value=
"Save New Activity"
>
<input
type=
"Submit"
value=
"Save New Activity"
>
</form>
</form>
</div>
</div>
{% endblock %}
{% endblock %}
{% endblock %}
{% 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