euscanwww: Simple link instead of form
Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
parent
90f55433d1
commit
853e92c56e
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user