Skip to content
Snippets Groups Projects
Commit d9867a51 authored by Marco De Donno's avatar Marco De Donno
Browse files

Patch the navigation location for afis users

parent 1ae6b5e3
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@
$( "#navloc" ).append(
$( "<a />" )
.attr( "href", "{{ url_for( 'afis.list_folders' ) }}" )
.text( "AFIS folders" )
.text( "AFIS targets" )
)
.append(
$( "<span />" ).text( ">" )
......
......@@ -230,7 +230,7 @@
$( "#navloc" ).append(
$( "<a />" )
.attr( "href", "{{ url_for( 'afis.list_folders' ) }}" )
.text( "Submissions" )
.text( "AFIS targets" )
)
.append(
$( "<span />" ).text( ">" )
......
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