]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
remove broken url_fors
authorEd Kellett <redacted>
Sat, 27 Feb 2016 18:16:34 +0000 (18:16 +0000)
committerEd Kellett <redacted>
Sat, 27 Feb 2016 18:16:34 +0000 (18:16 +0000)
templates/footer.html
templates/index.html

index 9a17349d0a86c13084556d7c13aa30cdc102bf8a..26a3a3b57382d735b309d4fd82447a311a4a5f3a 100644 (file)
@@ -4,19 +4,19 @@
         <h2>About freenode</h2>
         <ul>
             <li>
-                <a href="{{ url_for("pages/vision") }}">Vision</a>
+                <a href="#">Vision</a>
             </li>
             <li>
-                <a href="{{ url_for("pages/mission") }}">Mission</a>
+                <a href="#">Mission</a>
             </li>
             <li>
-                <a href="{{ url_for("pages/philosophy") }}">Philosophy</a>
+                <a href="#">Philosophy</a>
             </li>
             <li>
-                <a href="{{ url_for("pages/policies") }}">Policies</a>
+                <a href="#">Policies</a>
             </li>
             <li>
-                <a href="{{ url_for("pages/credits") }}">Credits</a>
+                <a href="#">Credits</a>
             </li>
         </ul>
     </div>
         <h2>Using freenode</h2>
         <ul>
             <li>
-                <a href="{{ url_for("faq/chat") }}">Connect</a>
+                <a href="#">Connect</a>
             </li>
             <li>
-                <a href="{{ url_for("faq/clients") }}">Clients</a>
+                <a href="#">Clients</a>
             </li>
             <li>
                 <a href="https://webchat.freenode.net/">Webchat</a>
             </li>
             <li>
-                <a href="{{ url_for("faq/sasl") }}">SASL</a>
+                <a href="#">SASL</a>
             </li>
         </ul>
     </div>
         <h2>Groups/Projects</h2>
         <ul>
             <li>
-                <a href="{{ url_for("pages/soon") }}">Group Management System</a>
+                <a href="#">Group Management System</a>
             </li>
             <li>
-                <a href="{{ url_for("pages/soon") }}">Groups on freenode</a>
+                <a href="#">Groups on freenode</a>
             </li>
             <li>
-                <a href="{{ url_for("faq/groups") }}">How Groups Work</a>
+                <a href="#">How Groups Work</a>
             </li>
         </ul>
     </div>
@@ -55,7 +55,7 @@
         <h2>Support freenode</h2>
         <ul>
             <li>
-                <a href="{{ url_for("faq/host") }}">Host a server</a>
+                <a href="#">Host a server</a>
             </li>
         </ul>
     </div>
index fb1756bdf686c556baf842790028bc0bd0a69c3a..ed2ac0d6bc54a9ff9232785493f0505fbfcf7e1a 100644 (file)
@@ -5,17 +5,17 @@
 <div class="jumbotron">
     <h2 class="child">Welcome to freenode&thinsp;—&thinsp;supporting free and open source communities since 1998</h2>
     <div class="box-container">
-        <a class="box" href="{{ url_for("faq/chat") }}">
+        <a class="box" href="#">
             <i class="fa fa-comment fa-4x"></i>
             <div>Chat</div>
         </a>
-        <a class="box" href="{{ url_for("pages/soon") }}">
+        <a class="box" href="#">
             <i class="fa fa-users fa-4x"></i>
             <div>Register a group</div>
         </a>
-        <a class="box" href="{{ url_for("faq") }}">
+        <a class="box" href="#">
             <i class="fa fa-question fa-4x"></i>
-            <div href="{{ url_for("faq") }}">FAQ</div>
+            <div href="#">FAQ</div>
         </a>
     </div>
 </div>