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 68 </div>
69 69  
70 70 {% block header %}
71   - <h1><span>{% trans "COLAB" %}</span>
  71 + <!--<h1><span>{% trans "COLAB" %}</span>-->
72 72 <a href="/">
73 73 <img src="{{ STATIC_URL }}img/logo_small.png" alt="{% trans 'Colab' %}" /></a>
74 74 </h1>
... ...