diff --git a/static/css/test.css b/static/css/test.css index 7bb57ca..39e6276 100644 --- a/static/css/test.css +++ b/static/css/test.css @@ -29,3 +29,6 @@ thead, tbody, td, th { padding: 5px; border-bottom: 1px solid #ddd; } +.noleftmargin { + margin-left: 0px; +} \ No newline at end of file diff --git a/static/js/admin.js b/static/js/admin.js index 14bb1a2..0219c7f 100644 --- a/static/js/admin.js +++ b/static/js/admin.js @@ -97,7 +97,7 @@ $(document).ready(function() { // ---------------------------------------------------------------------- function populateStudentsTable(students) { var n = students.length; - $("#students-header").html(n + " Alunos") + $("#students-header").html(n + " Inscritos") var rows = ""; $.each(students, function(i, d) { var uid = d['uid']; diff --git a/templates/admin.html b/templates/admin.html index 8b3bdaa..9a05031 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -11,6 +11,7 @@ + @@ -75,7 +76,7 @@
- +
@@ -98,7 +99,7 @@
-
NĂºmero
+
diff --git a/templates/grade.html b/templates/grade.html index 082d463..07f9f8b 100644 --- a/templates/grade.html +++ b/templates/grade.html @@ -68,7 +68,7 @@
-
Perm.
+
-- libgit2 0.21.2
Prova