Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MOOC packages by hacklab
django-courses-legacy
Commits
55afb9e1
Commit
55afb9e1
authored
2 years ago
by
Leonardo Piccioni de Almeida
Browse files
Options
Download
Email Patches
Plain Diff
Allow deleting course forum topic
parent
3890831a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
courses_legacy/templates/forum-embed.html
courses_legacy/templates/forum-embed.html
+2
-1
courses_legacy/templates/forum-new-topic.html
courses_legacy/templates/forum-new-topic.html
+1
-0
courses_legacy/templates/forum-topic.html
courses_legacy/templates/forum-topic.html
+2
-1
courses_legacy/templates/forum.html
courses_legacy/templates/forum.html
+1
-0
No files found.
courses_legacy/templates/forum-embed.html
View file @
55afb9e1
...
...
@@ -9,6 +9,7 @@
<script
src=
"https://unpkg.com/ui-select@0.19.8/dist/select.min.js"
></script>
{% compress js %}
<script
type=
"text/javascript"
src=
"{% static 'vendor/angular-dialogs/angular-dialogs.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/discussion-app.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/discussion-controllers.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/discussion-services.js' %}"
></script>
...
...
@@ -79,4 +80,4 @@
<
/section
>
</script>
{% endverbatim %}
{% endblock %}
\ No newline at end of file
{% endblock %}
This diff is collapsed.
Click to expand it.
courses_legacy/templates/forum-new-topic.html
View file @
55afb9e1
...
...
@@ -13,6 +13,7 @@
<script
src=
"https://unpkg.com/angular-ui-tinymce@0.0.19/dist/tinymce.min.js"
></script>
<script
src=
"{% static 'js/ui.tinymce.courses-legacy.config.js' %}"
></script>
{% compress js %}
<script
type=
"text/javascript"
src=
"{% static 'vendor/angular-dialogs/angular-dialogs.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/discussion-app.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/discussion-controllers.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/discussion-services.js' %}"
></script>
...
...
This diff is collapsed.
Click to expand it.
courses_legacy/templates/forum-topic.html
View file @
55afb9e1
...
...
@@ -9,6 +9,7 @@
<script
src=
"https://unpkg.com/ui-select@0.19.8/dist/select.min.js"
></script>
{% compress js %}
<script
type=
"text/javascript"
src=
"{% static 'vendor/angular-dialogs/angular-dialogs.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/discussion-app.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/discussion-controllers.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/discussion-services.js' %}"
></script>
...
...
@@ -93,7 +94,7 @@
<
/div
>
<
/div
>
<
/div
>
<
div
class
=
"
form-group
"
>
<
label
for
=
"
thread-text
"
>
Texto
do
tópico
<
/label
>
<
div
class
=
"
tinymce-loading
"
>
...
...
This diff is collapsed.
Click to expand it.
courses_legacy/templates/forum.html
View file @
55afb9e1
...
...
@@ -9,6 +9,7 @@
<script
src=
"https://unpkg.com/ui-select@0.19.8/dist/select.min.js"
></script>
{% compress js %}
<script
type=
"text/javascript"
src=
"{% static 'vendor/angular-dialogs/angular-dialogs.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/discussion-app.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/discussion-controllers.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/discussion-services.js' %}"
></script>
...
...
This diff is collapsed.
Click to expand it.
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