We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51dfd59 + 2d99aa8 commit 1d712a3Copy full SHA for 1d712a3
src/main/webapp/import/instructions.jsp
@@ -14,6 +14,7 @@
14
org.apache.commons.io.FileUtils" %>
15
<%@ page import="org.ecocean.shepherd.core.Shepherd" %>
16
17
+
18
<%
19
String context = ServletUtilities.getContext(request);
20
Shepherd myShepherd=new Shepherd(context);
@@ -30,6 +31,7 @@ String wbName = ContextConfiguration.getNameForContext(context);
30
31
32
%>
33
<jsp:include page="../header.jsp" flush="true"/>
34
+<meta http-equiv="refresh" content="0; url=/react/bulk-import" />
35
<style>
36
.import-explanation {
37
}
0 commit comments