Commit 46211987166b2516d493ee6214d13d4242e35330
1 parent
aed4fcd5
Exists in
master
and in
39 other branches
Updating colab menu
Showing
1 changed file
with
2 additions
and
10 deletions
Show diff stats
src/templates/base.html
| @@ -66,18 +66,10 @@ | @@ -66,18 +66,10 @@ | ||
| 66 | <a href="{% url 'thread_list' %}">{% trans "Discussions" %}</a> | 66 | <a href="{% url 'thread_list' %}">{% trans "Discussions" %}</a> |
| 67 | </li> | 67 | </li> |
| 68 | <li> | 68 | <li> |
| 69 | - <a href="http://colab.interlegis.gov.br/wiki" target="_blank">{% trans "Wiki" %}</a> | ||
| 70 | - </li> | ||
| 71 | - <li> | ||
| 72 | - <a href="http://listas.interlegis.gov.br/mailman/listinfo/" | ||
| 73 | - target="_blank">{% trans "Contribute" %}</a> | ||
| 74 | - </li> | ||
| 75 | - <li> | ||
| 76 | - <a href="http://colab.interlegis.leg.br/newticket" | ||
| 77 | - target="_blank">{% trans "Report a problem" %}</a> | 69 | + <a href="{% url "feedzilla_index" %}">{% trans "Planet" %}</a> |
| 78 | </li> | 70 | </li> |
| 79 | <li> | 71 | <li> |
| 80 | - <a href="{% url "feedzilla_index" %}">{% trans "Planet" %}</a> | 72 | + <a href="/wiki">{% trans "Contribute" %}</a> |
| 81 | </li> | 73 | </li> |
| 82 | </ul> | 74 | </ul> |
| 83 | 75 |