File tree 1 file changed +11
-6
lines changed
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
- {% extends "base.html" %} {% include "partials/calendar/event/text_editor_partial_head.html" %} {% block content %}
1
+ {% extends "base.html" %}
2
2
3
+ {% block head %}
4
+ {{ super() }}
5
+ {% include "partials/calendar/event/text_editor_partial_head.html" %}
6
+ {% endblock %}
7
+
8
+ {% block content %}
3
9
< div class ="container mt-4 ">
4
10
< div class ="row ">
5
11
<!-- Left side -->
10
16
<!-- Profile update menu -->
11
17
< div class ="d-flex flex-row-reverse ">
12
18
< div class ="dropdown ">
13
- < span class ="text-secondary p-1 mx-2 " type ="button " id ="dropdownMenuButton "
14
- data-bs-toggle ="dropdown " aria-expanded ="false ">
15
- < i class ="fa fa-edit "> </ i >
16
- </ span >
19
+ < span class ="text-secondary p-1 mx-2 ">
20
+ < i class ="fa fa-edit "> </ i >
21
+ </ span >
17
22
< ul class ="dropdown-menu " aria-labelledby ="dropdownMenuButton ">
18
23
< li class ="list-group-item no-border ">
19
24
< button type ="button " class ="btn text-secondary p-1 dropdown-item " data-bs-toggle ="modal "
@@ -374,4 +379,4 @@ <h2 class="modal-title">Update Event</h2>
374
379
</ div >
375
380
</ div >
376
381
</ div >
377
- {% include "partials/calendar/event/text_editor_partial_body.html" %} {% endblock content %}
382
+ {% include "partials/calendar/event/text_editor_partial_body.html" %} {% endblock content %}
You can’t perform that action at this time.
0 commit comments