Commit be70feb7a3e3f282da514e6307fbc3758a711b29

Authored by Gustavo Jaruga Cruz
1 parent 1ca754ee

Fix url namespace

src/colab-spb-theme-plugin/colab_spb_theme/templates/superarchives/thread-dashboard.html
... ... @@ -10,7 +10,7 @@
10 10  
11 11 {% for mailinglist in lists %}
12 12 {% if mailinglist.get_latest or mailinglist.get_most_relevant %}
13   - <h3><b><a href="{% url 'mailinglist_view' mailinglist.name %}">{{ mailinglist.name|title|lower }}</a> {% if mailinglist.description %} ({{ mailinglist.description }}){% endif %}</b></h3>
  13 + <h3><b><a href="{% url 'archives:mailinglist_view' mailinglist.name %}">{{ mailinglist.name|title|lower }}</a> {% if mailinglist.description %} ({{ mailinglist.description }}){% endif %}</b></h3>
14 14 <div class="btn-group btn-group-sm">
15 15 <a href="#" class="btn btn-default" disabled="disabled">{% blocktrans with number_of_users=mailinglist.get_number_of_users %}{{ number_of_users }} members{% endblocktrans %}</a>
16 16 </div>
... ...