project/templates/proceedings/show_paper_preview.html
changeset 100 60f67ccee452
equal deleted inserted replaced
99:30b754364bbb 100:60f67ccee452
       
     1 {% extends "base.html" %}
       
     2 {% block title %}Preview of the paper{% endblock %}
       
     3 
       
     4 {% block content %}
       
     5   <h1>Preview of the paper</h1>
       
     6   <a href="{{ out_path }}/paper{{ paper_id }}.pdf">
       
     7     <img src="{{ out_path }}/paper{{ paper_id }}.png"></img>
       
     8   </a>
       
     9 {% endblock content %}