diff options
Diffstat (limited to 'templates/public/developer_list.html')
-rw-r--r-- | templates/public/developer_list.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/public/developer_list.html b/templates/public/developer_list.html index 37a59539..9a63a6dc 100644 --- a/templates/public/developer_list.html +++ b/templates/public/developer_list.html @@ -1,4 +1,3 @@ - <br /><br /> <div id="devlist"> {% for dev in dev_list %} <a href="#{{ dev.username }}">{{ dev.first_name }}{{ dev.last_name.0|capfirst}}</a> |