commented markup removed from navbar
This commit is contained in:
		
					parent
					
						
							
								eb1b3b6eb5
							
						
					
				
			
			
				commit
				
					
						3c5cd50a47
					
				
			
		
					 2 changed files with 42 additions and 80 deletions
				
			
		| 
						 | 
					@ -95,25 +95,6 @@
 | 
				
			||||||
                            <li><a href="{% url 'hosting:logout' %}"><i class="glyphicon glyphicon-lock"></i>{% trans "Logout"%} </a></li>
 | 
					                            <li><a href="{% url 'hosting:logout' %}"><i class="glyphicon glyphicon-lock"></i>{% trans "Logout"%} </a></li>
 | 
				
			||||||
                          </ul>
 | 
					                          </ul>
 | 
				
			||||||
                        </li>
 | 
					                        </li>
 | 
				
			||||||
                            <!--
 | 
					 | 
				
			||||||
                            <li>
 | 
					 | 
				
			||||||
                                <a href="{{ request.session.hosting_url}}#how">{% trans "How it works"%}</a>
 | 
					 | 
				
			||||||
                            </li>
 | 
					 | 
				
			||||||
                            <li>
 | 
					 | 
				
			||||||
                                <a href="{{ request.session.hosting_url }}#your">{% trans "Your infrastructure"%}</a>
 | 
					 | 
				
			||||||
                            </li>
 | 
					 | 
				
			||||||
                           <li>
 | 
					 | 
				
			||||||
                                <a href="{{ request.session.hosting_url }}#our">{% trans "Our inftrastructure"%}</a>
 | 
					 | 
				
			||||||
                            </li>
 | 
					 | 
				
			||||||
                            <li>
 | 
					 | 
				
			||||||
                                <a href="{{ request.session.hosting_url }}#price">{% trans "Pricing" %}</a>
 | 
					 | 
				
			||||||
                            </li>
 | 
					 | 
				
			||||||
                            <li>
 | 
					 | 
				
			||||||
                                <a href="{{ request.session.hosting_url }}#contact">{% trans "Contact"%}</a>
 | 
					 | 
				
			||||||
                            </li>
 | 
					 | 
				
			||||||
                            <li>
 | 
					 | 
				
			||||||
                                <a href="{% url 'hosting:login' %}?next={{request.current_path}}">{% trans "Login"%}</a>
 | 
					 | 
				
			||||||
                            </li>  -->
 | 
					 | 
				
			||||||
                    </ul>
 | 
					                    </ul>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
                {% endif %}
 | 
					                {% endif %}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,5 @@
 | 
				
			||||||
{% load static i18n %}
 | 
					{% load static i18n %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
<nav class="navbar navbar-default  navbar-fixed-top topnav navbar-transparent" role="navigation">
 | 
					<nav class="navbar navbar-default  navbar-fixed-top topnav navbar-transparent" role="navigation">
 | 
				
			||||||
    <div class="container topnav">
 | 
					    <div class="container topnav">
 | 
				
			||||||
        <!-- Brand and toggle get grouped for better mobile display -->
 | 
					        <!-- Brand and toggle get grouped for better mobile display -->
 | 
				
			||||||
| 
						 | 
					@ -29,7 +28,8 @@
 | 
				
			||||||
                    </li>
 | 
					                    </li>
 | 
				
			||||||
                    <li class="dropdown">
 | 
					                    <li class="dropdown">
 | 
				
			||||||
                        <a class="dropdown-toggle" role="button" data-toggle="dropdown" href="#">
 | 
					                        <a class="dropdown-toggle" role="button" data-toggle="dropdown" href="#">
 | 
				
			||||||
                        <i class="glyphicon glyphicon-user"></i> {{request.user.name}} <span class="caret"></span></a>
 | 
					                            <i class="glyphicon glyphicon-user"></i> {{request.user.name}} <span class="caret"></span>
 | 
				
			||||||
 | 
					                        </a>
 | 
				
			||||||
                        <ul id="g-account-menu" class="dropdown-menu" role="menu">
 | 
					                        <ul id="g-account-menu" class="dropdown-menu" role="menu">
 | 
				
			||||||
                            <li>
 | 
					                            <li>
 | 
				
			||||||
                                <a href="{% url 'hosting:ssh_keys' %}">
 | 
					                                <a href="{% url 'hosting:ssh_keys' %}">
 | 
				
			||||||
| 
						 | 
					@ -44,25 +44,6 @@
 | 
				
			||||||
                            <li><a href="{% url 'hosting:logout' %}"><i class="glyphicon glyphicon-lock"></i>{% trans "Logout"%} </a></li>
 | 
					                            <li><a href="{% url 'hosting:logout' %}"><i class="glyphicon glyphicon-lock"></i>{% trans "Logout"%} </a></li>
 | 
				
			||||||
                        </ul>
 | 
					                        </ul>
 | 
				
			||||||
                    </li>
 | 
					                    </li>
 | 
				
			||||||
                    <!--
 | 
					 | 
				
			||||||
                    <li>
 | 
					 | 
				
			||||||
                        <a href="{{ request.session.hosting_url}}#how">{% trans "How it works"%}</a>
 | 
					 | 
				
			||||||
                    </li>
 | 
					 | 
				
			||||||
                    <li>
 | 
					 | 
				
			||||||
                        <a href="{{ request.session.hosting_url }}#your">{% trans "Your infrastructure"%}</a>
 | 
					 | 
				
			||||||
                    </li>
 | 
					 | 
				
			||||||
                   <li>
 | 
					 | 
				
			||||||
                        <a href="{{ request.session.hosting_url }}#our">{% trans "Our inftrastructure"%}</a>
 | 
					 | 
				
			||||||
                    </li>
 | 
					 | 
				
			||||||
                    <li>
 | 
					 | 
				
			||||||
                        <a href="{{ request.session.hosting_url }}#price">{% trans "Pricing" %}</a>
 | 
					 | 
				
			||||||
                    </li>
 | 
					 | 
				
			||||||
                    <li>
 | 
					 | 
				
			||||||
                        <a href="{{ request.session.hosting_url }}#contact">{% trans "Contact"%}</a>
 | 
					 | 
				
			||||||
                    </li>
 | 
					 | 
				
			||||||
                    <li>
 | 
					 | 
				
			||||||
                        <a href="{% url 'hosting:login' %}?next={{request.current_path}}">{% trans "Login"%}</a>
 | 
					 | 
				
			||||||
                    </li>  -->
 | 
					 | 
				
			||||||
                </ul>
 | 
					                </ul>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
        {% endif %}
 | 
					        {% endif %}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue