Merge pull request #6302 from annando/issue-6300

Isse 6300: And again templates ...
This commit is contained in:
Hypolite Petovan 2018-12-21 19:04:45 -05:00 committed by GitHub
commit 92214b8867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<input type="hidden" name="intro_id" value="{{$intro_id}}" >
<input type="hidden" name="contact_id" value="{{$contact_id}}" >
{{$dfrn_text}}
{{$dfrn_text nofilter}}
<input class="intro-submit-approve" type="submit" name="submit" value="{{$approve}}" />
</form>

View File

@ -60,7 +60,7 @@
<input type="hidden" name="contact_id" value="{{$contact_id}}" >
{{/if}}
{{$dfrn_text}}
{{$dfrn_text nofilter}}
<div class="pull-right">
<button class="btn btn-primary intro-submit-approve" type="submit" name="submit" value="{{$approve}}">{{$approve}}</button>