Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Class Project
DIGIPUS
Commits
d1951aab
Commit
d1951aab
authored
Oct 29, 2020
by
Steven Kusuman
Browse files
[
#121
] Bugfix: admin dashboard
parent
041f2dc8
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
d1951aab
...
...
@@ -215,3 +215,4 @@ client_secrets.json
# MacOS
.DS_Store
*.bak
\ No newline at end of file
administration/templates/administration/includes/navigation.html
View file @
d1951aab
...
...
@@ -7,7 +7,7 @@
<!-- Topbar Navbar -->
<ul
class=
"navbar-nav ml-auto"
>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"/
dashboard
/"
>
<a
class=
"nav-link"
href=
"/
administration
/"
>
<span
class=
"mr-2 d-none d-lg-inline text-gray-600 small"
>
Administrasi
</span>
</a>
</li>
...
...
administration/templates/settings.html
View file @
d1951aab
This diff is collapsed.
Click to expand it.
authentication/templates/login_admin.html
View file @
d1951aab
...
...
@@ -84,7 +84,7 @@
</div>
</div>
<div
class=
"g-recaptcha"
data-sitekey=
"6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe"
></div>
<div
class=
"g-recaptcha"
data-sitekey=
{{captcha_site_key}}
></div>
<div
class=
"container-login100-form-btn"
>
<button
class=
"login100-form-btn"
type=
"submit"
>
Login
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment