Skip to content

Commit

Permalink
remove unused html comment in video enrichment template
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitloup committed Oct 26, 2020
1 parent 71d40da commit cead0ce
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions pod/enrichment/templates/enrichment/video_enrichment.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,39 +38,6 @@
{% csrf_token %}
</form>

<!--<nav id="navbar-video" class="navbar navbar-light bg-light">
<div class="navbar-brand" >
<div style="display:inline-block; white-space: normal;">({% trans 'Enriched' %}) {{video.title}} {% if video.date_evt %}<small>[{{ video.date_evt }}]</small>{% endif %}</div>
</div>
<div class="list-group col-12">
<fieldset>
<div class="list-group-item">
<div class="form-group ">
<label for="txtintegration">{% trans 'Copy the content of this text box and paste it in the page' %}:</label>
<textarea name="txtintegration" id="txtintegration" class="form-control" rows="4">&lt;iframe src="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.META.HTTP_HOST }}{% url 'enrichment:video_enrichment' slug=video.slug %}?is_iframe=true" width="640" height="360" style="padding: 0; margin: 0; border:0" allowfullscreen &gt;&lt;/iframe&gt;</textarea>
</div>
</div>
<div class="list-group-item">
<div class="form-group">
<label for="txtpartage">{% trans 'Use this link to share the video' %} :</label>
<input class="form-control" type="text" name="txtpartage" id="txtpartage" value="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.META.HTTP_HOST }}{% url 'enrichment:video_enrichment' slug=video.slug %}" />
</div>
</div>
<div class="list-group-item">
<div class="form-group">
{% if request.user == video.owner or request.user.is_superuser %}
<a href="{% url 'enrichment:edit_enrichment' slug=video.slug %}" class="btn btn-info btn-sm float-right" title="Back to original video">
{% trans 'Edit enrichment' %}
</a>
{% endif %}
<a href="{% url 'video' slug=video.slug %}" class="btn btn-info btn-sm " title="Back to original video">
{% trans 'Back to original' %}
</a>
</div>
</div>
</fieldset>
</div>
</nav>-->
<h1 class="pt-2">
{% if video.licence %}<a href="https://creativecommons.org/licenses/{{video.licence}}/4.0" title="{{video.get_licence}}" target="_blank"><img src="https://licensebuttons.net/l/{{video.licence}}/4.0/88x31.png"></a>{% endif %} {{video.title|title}}
{% if video.date_evt %}<small>[{{ video.date_evt }}]</small>{% endif %}
Expand Down

0 comments on commit cead0ce

Please sign in to comment.