This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch airavata-3499
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
The following commit(s) were added to refs/heads/airavata-3499 by this push:
new ed90e2f Create buttonmore.html
new 4b28189 Merge pull request #65 from musecian/patch-2
ed90e2f is described below
commit ed90e2f47d17a17223b9196f7b0f13b12706be94
Author: musecian <[email protected]>
AuthorDate: Tue Jul 20 08:23:02 2021 -0600
Create buttonmore.html
---
django_airavata/templates/blocks/bootstrap/buttonmore.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/django_airavata/templates/blocks/bootstrap/buttonmore.html
b/django_airavata/templates/blocks/bootstrap/buttonmore.html
new file mode 100644
index 0000000..d0bbab1
--- /dev/null
+++ b/django_airavata/templates/blocks/bootstrap/buttonmore.html
@@ -0,0 +1,4 @@
+<a class="btn {{self.button_color}} {{self.button_size}}
{{self.custom_class}}" data-toggle="collapse" href="#{{ self.button_link
}}">{{self.button_text}}</a>
+<div id="{% if self.button_link %}{{ self.button_link }}{% endif %}"
class="collapse {% if self.custom_class1 %}{{self.custom_class1}}{% endif %}"
style="{% if self.custom_class2 %}{{self.custom_class2}}{% endif %}">
+ {{ self.body }}
+</div>