Refactored CSS and HTML templates and polished UI (#10), changed JavaScript variable names to camelCase, adjusted filenames and some url parameter names in urlpatterns, and more.
This commit is contained in:
parent
1e32e2b5dd
commit
8599f49857
30 changed files with 401 additions and 403 deletions
5
application/app/templates/globalmessage.html
Normal file
5
application/app/templates/globalmessage.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% if global_message != "" %}
|
||||
<div class="globalmessage">
|
||||
<div>{{ global_message }}</div>
|
||||
</div>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue