]> git.datanom.net - pwp.git/blobdiff - app/templates/user.html
Half way through migration away from sqlalchemy
[pwp.git] / app / templates / user.html
index e5b0da1123d7d82ee197dc228a58257e08844e1f..0f7d46c105dd1759eb5ca46cd67b4973e7d28f7f 100644 (file)
@@ -110,7 +110,7 @@ $(document).on('click', '#deleteResponse', function () {
                         <td>{{p['portfolio']['name']}}</td>
                         <td>{{p['portfolio']['visible']}}</td>
                         <td>{{p['portfolio']['public']}}</td>
-                        <td>{{p['portfolio']['users']}}</td>
+                        <td>{{p['portfolio']['usercount']}}</td>
                         <td>
                             <div class="btn-group">
                                 <a role="button" class="btn btn-info btn-xs" href="{{ url_for('portfolio', id=p['portfolio']['id']) }}">
@@ -128,7 +128,7 @@ $(document).on('click', '#deleteResponse', function () {
                             <td>{{p['portfolio']['name']}} <span class="glyphicon glyphicon-arrow-right"></span> {{a.name}}</td>
                             <td>{{a.visible}}</td>
                             <td>{{a.public}}</td>
-                            <td>{{a.users}}</td>
+                            <td>{{a.usercount}}</td>
                             <td>
                                 <div class="btn-group">
                                     <a role="button" class="btn btn-info btn-xs" href="{{ url_for('album', id=a.id) }}">
This page took 0.031349 seconds and 5 git commands to generate.