Commit 0b2b3824b5bc5472a9838d05b9d6e8bb4bdf0f6d
1 parent
2d227d8d
Exists in
master
and in
39 other branches
Removed duplicated open-data tag
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
src/templates/base.html
... | ... | @@ -205,9 +205,6 @@ |
205 | 205 | |
206 | 206 | {% block footer %} |
207 | 207 | <div class="footer row"> |
208 | - <p class="col-lg-12 text-center"> | |
209 | - <a href="{% url 'opendata' %}"><img src="{{ STATIC_URL }}img/opendata3.png"/></a> | |
210 | - </p> | |
211 | 208 | {% if user.is_staff %} |
212 | 209 | <p class="col-lg-12 text-center">{% trans "Last email imported at" %} {{ last_imported_message.received_time|date:'DATETIME_FORMAT' }}</p> |
213 | 210 | {% endif %} | ... | ... |