euscanwww: Simple link instead of form

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino 2012-11-08 15:50:19 +01:00
parent 90f55433d1
commit 853e92c56e

View File

@ -56,11 +56,11 @@
<hr/> <hr/>
{% if user.is_authenticated %} {% if user.is_authenticated %}
<form class="pull-right" action="{% url "problem" package.category package.name %}" method="get"> <a class="pull-right" href="{% url "problem" package.category package.name %}">
<button class="btn bug-button"> <span class="btn bug-button">
<img src="{{ STATIC_URL}}/img/bug.png" alt="Report problems" > <img src="{{ STATIC_URL}}/img/bug.png" alt="Report problems" >
</button> </span>
</form> </a>
{% endif %} {% endif %}
<script type="text/javascript"> <script type="text/javascript">