add public url to this report
This commit is contained in:
parent
698aef7100
commit
fc650dc41a
1 changed files with 19 additions and 15 deletions
|
@ -5,7 +5,8 @@
|
||||||
<main class="account">
|
<main class="account">
|
||||||
{% include 'site/fragment_messages.html' %}
|
{% include 'site/fragment_messages.html' %}
|
||||||
<h2>{% trans 'Report' %}: {{ report.title }}</h2>
|
<h2>{% trans 'Report' %}: {{ report.title }}</h2>
|
||||||
<p><em>
|
<p>
|
||||||
|
<em>
|
||||||
{% if report.open %}
|
{% if report.open %}
|
||||||
<strong class="green">{% trans 'open' %}</strong>
|
<strong class="green">{% trans 'open' %}</strong>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
@ -19,7 +20,10 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
–
|
–
|
||||||
{{ report.created }}
|
{{ report.created }}
|
||||||
</em></p>
|
</em>
|
||||||
|
<br>
|
||||||
|
<a href="{% url 'site.report_detail' pk=report.pk secret=report.secret %}">{% trans 'public URL to this report' %}</a>
|
||||||
|
</p>
|
||||||
{% include 'site/fragment_report_meta.html' %}
|
{% include 'site/fragment_report_meta.html' %}
|
||||||
|
|
||||||
{% for field in form %}
|
{% for field in form %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue