Skip to content

Commit

Permalink
Added a fix to issue #36
Browse files Browse the repository at this point in the history
There was a bug in the user add modal id.
  • Loading branch information
Alejandro committed Apr 4, 2013
1 parent ae2eded commit 418cee8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions libreqda/templates/browse_projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
{% load filters %}

{% block body %}
<div class="modal hide fade" id="userModal">
</div>

<div class="row-fluid">
<div class="span10 offset1">
<div class="toolbar">
Expand Down
2 changes: 0 additions & 2 deletions libreqda/templates/browse_projects_users_tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
});
</script>

<div class="modal hide fade" id="userModal">
</div>

<div class="toolbar-small">
{% if user in project.admin_users %}
Expand Down

0 comments on commit 418cee8

Please sign in to comment.