Commit 7d175c02 authored by iv's avatar iv Committed by iv

Add mimetypes + clean some code.

parent e6d856b1
This diff is collapsed.
......@@ -2,7 +2,7 @@
<body>
<ul>
{% for link in link_list %}
<li> <a href={{ link }}>{{ link }}</a> </li>
<li> <a href="{{ link }}">{{ link }}</a> </li>
{% endfor %}
</ul>
</body>
......
......@@ -2,7 +2,7 @@
<body>
<ul>
{% for link in link_correspondance %}
<li> <a href={{ link[1] }}>{{ link[0] }}</a> </li>
<li> <a href="{{ link[1] }}">{{ link[0] }}</a> </li>
{% endfor %}
</ul>
</body>
......
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