SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 97b9e299 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

One forgotten javascript in template

parent 0411c571
No related branches found
No related tags found
No related merge requests found
{% extends 'profiles/base.html' %}
{% load bootstrap %}
{% load staticfiles %}
{% load add_get_parameters %}
{% load scipost_extras %}
{% load user_groups %}
......@@ -12,13 +13,7 @@
{% endblock %}
{% block headsup %}
<script type="text/javascript">
$(document).ready(function($) {
$(".table-row").click(function() {
window.document.location = $(this).data("href");
});
});
</script>
<script type="text/javascript" src="{% static 'scipost/table-row.js' %}"></script>
{% endblock headsup %}
{% block pagetitle %}: Profiles{% endblock pagetitle %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment