Commit daa0087d6ba6fdbde5033b096227534aa6254847

Authored by Matheus Figueiredo
1 parent 0e705386

Removing the COLAB that was shown unnecessarily

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/colab/deprecated/templates/base.html
@@ -68,7 +68,7 @@ @@ -68,7 +68,7 @@
68 </div> 68 </div>
69 69
70 {% block header %} 70 {% block header %}
71 - <h1><span>{% trans "COLAB" %}</span> 71 + <!--<h1><span>{% trans "COLAB" %}</span>-->
72 <a href="/"> 72 <a href="/">
73 <img src="{{ STATIC_URL }}img/logo_small.png" alt="{% trans 'Colab' %}" /></a> 73 <img src="{{ STATIC_URL }}img/logo_small.png" alt="{% trans 'Colab' %}" /></a>
74 </h1> 74 </h1>