Skip to content

Commit cdc1bb8

Browse files
committed
Merge remote-tracking branch 'origin/#2_Frontend/Content_Allow_to_add_contents' into #2_Frontend/Content_Allow_to_add_contents
# Conflicts: # frontend/templates/frontend/course/dropdown_topic.html
2 parents ae3a7d1 + 5735c91 commit cdc1bb8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/templates/frontend/course/dropdown_topic.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
{% if user.is_authenticated %}
1313
<a class="dropdown-item"
1414
href="{% url 'frontend:content-add' course_id=course.id topic_id=topic_replace.id type='Image' %}">{% fa5_icon 'camera' 'fas' %}
15-
{% trans "image" %}</a>
15+
{% trans "Image" %}</a>
1616
<a class="dropdown-item"
1717
href="{% url 'frontend:content-add' course_id=course.id topic_id=topic_replace.id type='YouTubeVideo' %}">{% fa5_icon 'video' 'fas' %}
18-
{% trans "youtube video" %}</a>
18+
{% trans "Youtube Video" %}</a>
1919
<a class="dropdown-item"
2020
href="">{% fa5_icon 'file-pdf' 'fas' %}
21-
{% trans "pdf file" %}</a>
21+
{% trans "Pdf File" %}</a>
2222
<a class="dropdown-item"
2323
href="">{% fa5_icon 'file' 'fas' %}
24-
{% trans "markdown file" %}</a>
24+
{% trans "Markdown" %}</a>
2525
{% endif %}
2626

2727
</div>

0 commit comments

Comments
 (0)