Skip to content

Commit 01ea965

Browse files
authored
Merge pull request #166 from docusign/fix/using-error-page-in-quick-acg
Fix for using error page in Quick ACG
2 parents 102fe2b + 50f7beb commit 01ea965

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

views/partials/genericHead.ejs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<%- include("head") %>
1+
<% try { %>
2+
<%- include("head") %>
3+
<% } catch(err) { %>
4+
<%- include("headQuickACG") %>
5+
<% } %>
26

37
<% if (locals.user) { %>
48
<div class="container" style="padding-top:30px; margin-left: 90px;">

0 commit comments

Comments
 (0)