From df7c6b39d461731d92cba0f88dade9ba878fdac0 Mon Sep 17 00:00:00 2001
From: Bo-Chun Louis Chen <louistw@uab.edu>
Date: Fri, 2 Jun 2023 10:41:22 -0500
Subject: [PATCH] Fix typo

---
 app/templates/account/certify.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/templates/account/certify.html b/app/templates/account/certify.html
index c120c44..3114a6a 100644
--- a/app/templates/account/certify.html
+++ b/app/templates/account/certify.html
@@ -63,7 +63,7 @@
         <div class="navbar-right">
           <ul class="nav navbar-nav">
           <li>
-            <a target="_blank" href="{[ docs_url }}">
+            <a target="_blank" href="{{ docs_url }}">
               <i class="fas fa-info-circle fa-fw"></i> Online Documentation
             </a>
           </li>
-- 
GitLab