Commit 8ed6c3c5 by Clinton Blackburn

Removed unused template

LEARNER-2473
parent cac0f3e5
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-19 00:59-0400\n" "POT-Creation-Date: 2017-09-19 01:01-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
...@@ -1059,7 +1059,6 @@ msgstr "" ...@@ -1059,7 +1059,6 @@ msgstr ""
#: apps/publisher/templates/publisher/_approval_widget.html #: apps/publisher/templates/publisher/_approval_widget.html
#: apps/publisher/templates/publisher/seat_form.html #: apps/publisher/templates/publisher/seat_form.html
#: templates/comments/edit_comment.html
msgid "Save" msgid "Save"
msgstr "" msgstr ""
...@@ -3277,14 +3276,6 @@ msgstr "" ...@@ -3277,14 +3276,6 @@ msgstr ""
msgid "Submitted by" msgid "Submitted by"
msgstr "" msgstr ""
#: templates/comments/edit_comment.html
msgid "Course Run Form"
msgstr ""
#: templates/comments/edit_comment.html
msgid "Edit Comment"
msgstr ""
#: urls.py #: urls.py
msgid "Discovery Service Administration" msgid "Discovery Service Administration"
msgstr "" msgstr ""
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-19 00:59-0400\n" "POT-Creation-Date: 2017-09-19 01:01-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
...@@ -1227,7 +1227,6 @@ msgstr "Süßmïttéd för révïéw Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт ...@@ -1227,7 +1227,6 @@ msgstr "Süßmïttéd för révïéw Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт
#: apps/publisher/templates/publisher/_approval_widget.html #: apps/publisher/templates/publisher/_approval_widget.html
#: apps/publisher/templates/publisher/seat_form.html #: apps/publisher/templates/publisher/seat_form.html
#: templates/comments/edit_comment.html
msgid "Save" msgid "Save"
msgstr "Sävé Ⱡ'σяєм ι#" msgstr "Sävé Ⱡ'σяєм ι#"
...@@ -3972,14 +3971,6 @@ msgstr "Àdd çömmént Ⱡ'σяєм ιρѕυм ∂σłσя #" ...@@ -3972,14 +3971,6 @@ msgstr "Àdd çömmént Ⱡ'σяєм ιρѕυм ∂σłσя #"
msgid "Submitted by" msgid "Submitted by"
msgstr "Süßmïttéd ßý Ⱡ'σяєм ιρѕυм ∂σłσя ѕ#" msgstr "Süßmïttéd ßý Ⱡ'σяєм ιρѕυм ∂σłσя ѕ#"
#: templates/comments/edit_comment.html
msgid "Course Run Form"
msgstr "Çöürsé Rün Förm Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#"
#: templates/comments/edit_comment.html
msgid "Edit Comment"
msgstr "Édït Çömmént Ⱡ'σяєм ιρѕυм ∂σłσя ѕ#"
#: urls.py #: urls.py
msgid "Discovery Service Administration" msgid "Discovery Service Administration"
msgstr "" msgstr ""
......
{% extends 'base.html' %}
{% load i18n %}
{% block title %}
{% trans "Course Run Form" %}
{% endblock title %}
{% block content %}
<div class="layout-full layout">
<div class="publisher-container">
<h4 class="hd-4">{% trans "Edit Comment" %}</h4>
<form class="form" method="post" action="">
{% csrf_token %}
<fieldset class="form-group">
{% for field in form %}
{% include "publisher/form_field.html" %}
{% endfor %}
</fieldset>
<button class="btn-brand btn-base" type="submit">{% trans "Save" %}</button>
</form>
</div>
</div>
{% endblock content %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment