This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
payments
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[test] [style]
pull/2/head
Rushabh Mehta
7 years ago
parent
1b4b6737ee
commit
79887b3374
3 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
payments/templates/pages/gcalendar-success.html
+1
-0
payments/templates/pages/payment-cancel.html
+1
-0
payments/templates/pages/payment-success.html
+ 1
- 0
payments/templates/pages/gcalendar-success.html
View File
@@ -16,5 +16,6 @@
.hero-and-content {
background-color: #f5f7fa;
}
{% include "templates/styles/card_style.css" %}
</style>
{% endblock %}
+ 1
- 0
payments/templates/pages/payment-cancel.html
View File
@@ -16,6 +16,7 @@
.hero-and-content {
background-color: #f5f7fa;
}
{% include "templates/styles/card_style.css" %}
</style>
{% endblock %}
+ 1
- 0
payments/templates/pages/payment-success.html
View File
@@ -16,5 +16,6 @@
.hero-and-content {
background-color: #f5f7fa;
}
{% include "templates/styles/card_style.css" %}
</style>
{% endblock %}
Write
Preview
Loading…
Cancel
Save