瀏覽代碼

Updated about page to point to this GitHub repository

sleepytaco 3 年之前
父節點
當前提交
27ecf2d721
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      apps/users/templates/about.html
  2. 1 1
      templates/base.html

+ 1 - 1
apps/users/templates/about.html

@@ -10,7 +10,7 @@
         <li class="breadcrumb-item active">FAQ</li>
       <li class="breadcrumb-item"><a href="#">Tips</a></li>
 
-        <li class="breadcrumb-item"><a href="#">Feedback</a></li>
+        <li class="breadcrumb-item"><a href="#">I'm still working on this page, visit my GitHub for the actual about page :) </a></li>
       </ol>
     </nav>
         </div>

+ 1 - 1
templates/base.html

@@ -170,7 +170,7 @@
 
 
                         <li class="nav-item">
-                            <a class="nav-link" href="{% url 'about' %}">About</a>
+                            <a class="nav-link" target="_blank" href="https://github.com/sleepytaco/UnTube">About</a>
                         </li>
 
                     </ul>