[ADD] Bootstrap class for bottom margin to callout box in SRP module

This commit is contained in:
Peter Pfeufer 2024-01-07 14:02:59 +01:00
parent e81450baf3
commit df05070a55
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -42,7 +42,7 @@
</div> </div>
</form> </form>
{% else %} {% else %}
<div class="aa-callout aa-callout-info" role="alert"> <div class="aa-callout aa-callout-info mb-3" role="alert">
<p>{% translate "Give this link to the line members." %}</p> <p>{% translate "Give this link to the line members." %}</p>
<p>{{ SITE_URL }}{% url 'srp:request' completed_srp_code %}</p> <p>{{ SITE_URL }}{% url 'srp:request' completed_srp_code %}</p>
</div> </div>