fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove authorship
[edumed.git]
/
comment
/
templates
/
comment
/
commentdocument_detail.html
1
{% extends "base_mil.html" %}
2
3
{% block body %}
4
5
<h1>{{object.name}}</h1>
6
7
<iframe frameborder="0" src="{{comment_url}}/text/{{object.comment_id}}/comments_frame/?" style="height: 600px; width: 99.9%; position: relative; top: 0px;"></iframe>
8
9
{% endblock %}