hosting login footer fix
This commit is contained in:
		
					parent
					
						
							
								bf48dc33de
							
						
					
				
			
			
				commit
				
					
						1e6fb26051
					
				
			
		
					 1 changed files with 3 additions and 26 deletions
				
			
		| 
						 | 
				
			
			@ -3,37 +3,14 @@
 | 
			
		|||
<footer>
 | 
			
		||||
    <div class="container">
 | 
			
		||||
        <ul class="list-inline">
 | 
			
		||||
            {% if request.resolver_match.url_name != "index" %}
 | 
			
		||||
                <li>
 | 
			
		||||
                   <a href="{% url 'datacenterlight:index' %}">{% trans "Home" %}</a>
 | 
			
		||||
                </li>
 | 
			
		||||
                <li class="footer-menu-divider">⋅</li>
 | 
			
		||||
            {% endif %}
 | 
			
		||||
            <li>
 | 
			
		||||
                <a class="url-init" href="{% url 'datacenterlight:index' %}#how">{% trans "Highlights" %}</a>
 | 
			
		||||
               <a class="url-init" href="{% url 'datacenterlight:index' %}">{% trans "Home" %}</a>
 | 
			
		||||
            </li>
 | 
			
		||||
            <li>
 | 
			
		||||
                <a class="url-init" href="{% url 'datacenterlight:index' %}#your">{% trans "Scale out" %}</a>
 | 
			
		||||
            </li>
 | 
			
		||||
           <li>
 | 
			
		||||
                <a class="url-init" href="{% url 'datacenterlight:index' %}#our">{% trans "Reliable and light" %}</a>
 | 
			
		||||
            </li>
 | 
			
		||||
            {% if request.resolver_match.url_name != "index" %}
 | 
			
		||||
                <li>
 | 
			
		||||
                    <a class="url-init" href="{% url 'datacenterlight:index' %}#price">{% trans "Pricing" %}</a>
 | 
			
		||||
                </li>
 | 
			
		||||
                <li class="footer-menu-divider">⋅</li>
 | 
			
		||||
            {% else %}
 | 
			
		||||
                <li>
 | 
			
		||||
                    <a class="url-init" href="{% url 'datacenterlight:index' %}#price">{% trans "Order VM" %}</a>
 | 
			
		||||
                </li>
 | 
			
		||||
            {% endif %}
 | 
			
		||||
            <li class="footer-menu-divider">⋅</li>
 | 
			
		||||
            <li>
 | 
			
		||||
                <a class="url-init" href="{% url 'datacenterlight:index' %}#contact">{% trans "Contact" %}</a>
 | 
			
		||||
            </li>
 | 
			
		||||
            {% if request.resolver_match.url_name != "index" %}
 | 
			
		||||
                <li class="footer-menu-divider">⋅</li>
 | 
			
		||||
            {% endif %}
 | 
			
		||||
            <li class="footer-menu-divider">⋅</li>
 | 
			
		||||
            <li>
 | 
			
		||||
                <a class="url-init" href="/cms/terms-of-service">{% trans "Terms of Service" %}</a>
 | 
			
		||||
            </li>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue