This repository was archived by the owner on Sep 19, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Original file line number Diff line number Diff line change 74
74
< a class ="btn btn-sm btn-primary " href ="{% url 'web.view_event' next_event.pk next_event.slug %} "> Next pending event</ a >
75
75
</ div >
76
76
{% endif %}
77
-
77
+ </ div >
78
78
{% elif event.status == 'REJECTED' %}
79
79
< div class ="alert alert-info ">
80
80
This event is rejected. You can revert it to
91
91
{% endif %}
92
92
</ div >
93
93
{% endif %}
94
- </ div >
95
- </ div >
96
- </ div >
97
- {% endif %}
98
- {% endif %}
99
- {% if event.creator.id == request.user.id %}
100
- < div class ="edit-toolbar ">
101
- < a href ="{% url 'web.edit_event' event.id %} " class ="btn pull-right edit-event-btn ">
102
- < i class ="fa fa-pencil-square-o "> </ i > Edit event</ a >
103
- {% if event.status == 'PENDING' %}
104
- < div class ="alert alert-warning ">
105
- < strong > NOTE:</ strong > This event is stil being reviewed by < a href ="{% url 'web.ambassadors' %} "> moderators</ a > .
106
- </ div >
107
94
{% endif %}
108
- </ div >
95
+ {% endif %}
96
+ {% if event.creator.id == request.user.id %}
97
+ < a href ="{% url 'web.edit_event' event.id %} " class ="btn pull-right edit-event-btn ">
98
+ < i class ="fa fa-pencil-square-o "> </ i > Edit event</ a >
99
+ {% if event.status == 'PENDING' %}
100
+ < div class ="alert alert-warning ">
101
+ < strong > NOTE:</ strong > This event is stil being reviewed by < a href ="{% url 'web.ambassadors' %} "> moderators</ a > .
102
+ </ div >
103
+ {% endif %}
104
+ </ div >
105
+ </ div >
109
106
{% endif %}
110
107
111
108
You can’t perform that action at this time.
0 commit comments