1. Refactoring form objects and database objects to use inheritance and abstract base class for consistency and reduced redundancy.\n2. Contact us page button links updated to resolve error of missing link causing page refresh instead of expected functionality.
This commit is contained in:
5
templates/DEPRECATED/_block_select_access_level.html
Normal file
5
templates/DEPRECATED/_block_select_access_level.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% if id_access_level is defined %}
|
||||
<select class="{{ model.FLAG_ACCESS_LEVEL }}" {{ model.ATTR_VALUE_CURRENT }}="{{ id_access_level }}" {{ model.ATTR_VALUE_PREVIOUS }}="{{ id_access_level }}" value="{{ id_access_level }}"></select>
|
||||
{% else %}
|
||||
<select class="{{ model.FLAG_ACCESS_LEVEL }}" {{ model.ATTR_VALUE_CURRENT }} {{ model.ATTR_VALUE_PREVIOUS }}></select>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user